Disable link-local name resolution by default

This commit is contained in:
Peter Vacho 2026-03-10 15:46:03 +01:00
parent 532a8db7bb
commit e2b1ed295c
No known key found for this signature in database
GPG key ID: 00ACA0D6AF712EC9

View file

@ -0,0 +1,8 @@
# 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