diff --git a/etc/systemd/network/10-ether.network b/etc/systemd/network/10-ether.network index 0a4d1578..1a480f7a 100644 --- a/etc/systemd/network/10-ether.network +++ b/etc/systemd/network/10-ether.network @@ -40,6 +40,6 @@ Domains=. #NTP=fi.pool.ntp.org #NTP=time.cloudflare.com # Enable mDNS/.local for systemd-resolved -MulticastDNS=true +#MulticastDNS=true # Windows -LLMNR=true +#LLMNR=true diff --git a/etc/systemd/network/10-none.network b/etc/systemd/network/10-none.network index 6855c64b..ef85ce89 100644 --- a/etc/systemd/network/10-none.network +++ b/etc/systemd/network/10-none.network @@ -10,8 +10,8 @@ Multicast=false IPv6PrivacyExtensions=true IPv6LinkLocalAddressGenerationMode=stable-privacy Domains=. -MulticastDNS=false -LLMNR=false +#MulticastDNS=false +#LLMNR=false DNSSEC=true DNSOverTLS=opportunistic DNS= diff --git a/etc/systemd/network/10-wireguard.network b/etc/systemd/network/10-wireguard.network index 023fc04b..a6d12644 100644 --- a/etc/systemd/network/10-wireguard.network +++ b/etc/systemd/network/10-wireguard.network @@ -9,8 +9,8 @@ Multicast=false IPv6PrivacyExtensions=true IPv6LinkLocalAddressGenerationMode=stable-privacy Domains=. -MulticastDNS=false -LLMNR=false +#MulticastDNS=false +#LLMNR=false DNSSEC=true DNSOverTLS=opportunistic DNS= diff --git a/etc/systemd/network/10-wlan.network b/etc/systemd/network/10-wlan.network index ba294f77..d20f768c 100644 --- a/etc/systemd/network/10-wlan.network +++ b/etc/systemd/network/10-wlan.network @@ -24,9 +24,9 @@ DNS=::1 DNS=127.0.0.1 DNS=127.0.0.53 # Enable mDNS/.local for systemd-resolved -MulticastDNS=true +#MulticastDNS=true # Windows -LLMNR=true +#LLMNR=true # systemd-resolved configuration DNSSEC=true #DNSOverTLS=opportunistic diff --git a/etc/systemd/resolved.conf.d/00-defaults.conf b/etc/systemd/resolved.conf.d/00-defaults.conf index 2163b3f2..edabfa22 100644 --- a/etc/systemd/resolved.conf.d/00-defaults.conf +++ b/etc/systemd/resolved.conf.d/00-defaults.conf @@ -21,8 +21,8 @@ FallbackDNS=::1 FallbackDNS=127.0.0.1 Domains=~. # .local domains -MulticastDNS=true +#MulticastDNS=true # Microsoft Windows compatibility? -LLMNR=true +#LLMNR=true # vim: filetype=systemd