mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29: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=fi.pool.ntp.org
|
||||||
#NTP=time.cloudflare.com
|
#NTP=time.cloudflare.com
|
||||||
# Enable mDNS/.local for systemd-resolved
|
# Enable mDNS/.local for systemd-resolved
|
||||||
MulticastDNS=true
|
#MulticastDNS=true
|
||||||
# Windows
|
# Windows
|
||||||
LLMNR=true
|
#LLMNR=true
|
||||||
|
@ -10,8 +10,8 @@ Multicast=false
|
|||||||
IPv6PrivacyExtensions=true
|
IPv6PrivacyExtensions=true
|
||||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||||
Domains=.
|
Domains=.
|
||||||
MulticastDNS=false
|
#MulticastDNS=false
|
||||||
LLMNR=false
|
#LLMNR=false
|
||||||
DNSSEC=true
|
DNSSEC=true
|
||||||
DNSOverTLS=opportunistic
|
DNSOverTLS=opportunistic
|
||||||
DNS=
|
DNS=
|
||||||
|
@ -9,8 +9,8 @@ Multicast=false
|
|||||||
IPv6PrivacyExtensions=true
|
IPv6PrivacyExtensions=true
|
||||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||||
Domains=.
|
Domains=.
|
||||||
MulticastDNS=false
|
#MulticastDNS=false
|
||||||
LLMNR=false
|
#LLMNR=false
|
||||||
DNSSEC=true
|
DNSSEC=true
|
||||||
DNSOverTLS=opportunistic
|
DNSOverTLS=opportunistic
|
||||||
DNS=
|
DNS=
|
||||||
|
@ -24,9 +24,9 @@ DNS=::1
|
|||||||
DNS=127.0.0.1
|
DNS=127.0.0.1
|
||||||
DNS=127.0.0.53
|
DNS=127.0.0.53
|
||||||
# Enable mDNS/.local for systemd-resolved
|
# Enable mDNS/.local for systemd-resolved
|
||||||
MulticastDNS=true
|
#MulticastDNS=true
|
||||||
# Windows
|
# Windows
|
||||||
LLMNR=true
|
#LLMNR=true
|
||||||
# systemd-resolved configuration
|
# systemd-resolved configuration
|
||||||
DNSSEC=true
|
DNSSEC=true
|
||||||
#DNSOverTLS=opportunistic
|
#DNSOverTLS=opportunistic
|
||||||
|
@ -21,8 +21,8 @@ FallbackDNS=::1
|
|||||||
FallbackDNS=127.0.0.1
|
FallbackDNS=127.0.0.1
|
||||||
Domains=~.
|
Domains=~.
|
||||||
# .local domains
|
# .local domains
|
||||||
MulticastDNS=true
|
#MulticastDNS=true
|
||||||
# Microsoft Windows compatibility?
|
# Microsoft Windows compatibility?
|
||||||
LLMNR=true
|
#LLMNR=true
|
||||||
|
|
||||||
# vim: filetype=systemd
|
# vim: filetype=systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user