mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 03:04:12 +01:00
systemd-networkd: add DNSSEC & DNSOverTLS & search domains
This commit is contained in:
parent
945ca0462d
commit
44b6e5b618
@ -28,6 +28,12 @@ IPv6LinkLocalAddressGenerationMode=stable-privacy
|
|||||||
#DNS=127.0.0.1
|
#DNS=127.0.0.1
|
||||||
#DNS=::1
|
#DNS=::1
|
||||||
#DNS=8.8.4.4
|
#DNS=8.8.4.4
|
||||||
|
#DNSSEC=true
|
||||||
|
#DNSSEC=allow-downgrade
|
||||||
|
#DNSOverTLS=true
|
||||||
|
#DNSOverTLS=opportunistic
|
||||||
|
# Search domains
|
||||||
|
Domains=.
|
||||||
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
||||||
# multiple times, but you are using Chrony instead, right?
|
# multiple times, but you are using Chrony instead, right?
|
||||||
#NTP=fi.pool.ntp.org
|
#NTP=fi.pool.ntp.org
|
||||||
|
@ -23,3 +23,10 @@ IPv6LinkLocalAddressGenerationMode=stable-privacy
|
|||||||
MulticastDNS=true
|
MulticastDNS=true
|
||||||
# Windows
|
# Windows
|
||||||
LLMNR=true
|
LLMNR=true
|
||||||
|
# systemd-resolved configuration
|
||||||
|
#DNSSEC=true
|
||||||
|
#DNSSEC=allow-downgrade
|
||||||
|
#DNSOverTLS=true
|
||||||
|
#DNSOverTLS=opportunistic
|
||||||
|
# Search domains
|
||||||
|
Domains=.
|
||||||
|
Loading…
Reference in New Issue
Block a user