systemd: comment mdns/llmnr

This commit is contained in:
Aminda Suomalainen 2024-06-28 11:49:23 +03:00
parent 77f8183751
commit 2e53ed3be7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
5 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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=

View File

@ -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=

View File

@ -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

View File

@ -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