mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
systemd-{resolved,networkd}: just break things
This commit is contained in:
parent
886b8dbfbd
commit
4560e776df
@ -31,7 +31,8 @@ DNS=::1
|
||||
DNS=127.0.0.1
|
||||
DNS=127.0.0.53
|
||||
DNSSEC=true
|
||||
DNSOverTLS=opportunistic
|
||||
#DNSOverTLS=opportunistic
|
||||
DNSOverTLS=true
|
||||
# Search domains
|
||||
Domains=.
|
||||
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
||||
|
@ -29,7 +29,7 @@ MulticastDNS=true
|
||||
LLMNR=true
|
||||
# systemd-resolved configuration
|
||||
DNSSEC=true
|
||||
DNSSEC=false
|
||||
DNSOverTLS=opportunistic
|
||||
#DNSOverTLS=opportunistic
|
||||
DNSOverTLS=true
|
||||
# Search domains
|
||||
Domains=.
|
||||
|
@ -8,7 +8,8 @@ DNSSEC=true
|
||||
# Take the risk of downgrade attacks. Web browser policies enforce
|
||||
# DNS-over-HTTPS anyway due to Encrypted Client Hello (ECH) still requiring
|
||||
# it.
|
||||
DNSOverTLS=opportunistic
|
||||
#DNSOverTLS=opportunistic
|
||||
DNSOverTLS=true
|
||||
Cache=true
|
||||
# Consider local DNS servers if they exist. Empty should erase previous values.
|
||||
DNS=
|
||||
|
Loading…
Reference in New Issue
Block a user