mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
systemd: comment mdns/llmnr
This commit is contained in:
parent
77f8183751
commit
2e53ed3be7
@ -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
|
||||
|
@ -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=
|
||||
|
@ -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=
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user