mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-03-16 11:37:23 +00:00
8 lines
284 B
Text
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
|