dotfiles/root/etc/NetworkManager/conf.d/llmnr-mdns.conf
2026-03-10 15:46:03 +01:00

8 lines
284 B
Text

# Disable link-local name resolution protocols.
#
# LLMNR and mDNS allow devices on the same LAN to resolve hostnames
# without DNS. They are rarely needed on managed networks and can
# expose system information to the local network.
[connection]
connection.llmnr=0
connection.mdns=0