mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
systemd-networkd: list local DNS resolvers
This commit is contained in:
parent
44b6e5b618
commit
02c434b81b
@ -25,9 +25,9 @@ IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
# DNS has no effect unless systemd-resolved is used. Why would it be used?
|
||||
# systemctl enable systemd-resolved && systemctl start systemd-resolved
|
||||
# ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
||||
#DNS=127.0.0.1
|
||||
#DNS=::1
|
||||
#DNS=8.8.4.4
|
||||
DNS=::1
|
||||
DNS=127.0.0.1
|
||||
DNS=127.0.0.53
|
||||
#DNSSEC=true
|
||||
#DNSSEC=allow-downgrade
|
||||
#DNSOverTLS=true
|
||||
|
@ -19,6 +19,9 @@ Multicast=true
|
||||
DHCP=true
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
DNS=::1
|
||||
DNS=127.0.0.1
|
||||
DNS=127.0.0.53
|
||||
# Enable mDNS/.local for systemd-resolved
|
||||
MulticastDNS=true
|
||||
# Windows
|
||||
|
Loading…
Reference in New Issue
Block a user