mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-03-16 03:27:22 +00:00
Disable link-local name resolution by default
This commit is contained in:
parent
532a8db7bb
commit
e2b1ed295c
1 changed files with 8 additions and 0 deletions
8
root/etc/NetworkManager/conf.d/llmnr-mdns.conf
Normal file
8
root/etc/NetworkManager/conf.d/llmnr-mdns.conf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue