mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-19 23:20:58 +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.1
|
||||||
DNS=127.0.0.53
|
DNS=127.0.0.53
|
||||||
DNSSEC=true
|
DNSSEC=true
|
||||||
DNSOverTLS=opportunistic
|
#DNSOverTLS=opportunistic
|
||||||
|
DNSOverTLS=true
|
||||||
# Search domains
|
# Search domains
|
||||||
Domains=.
|
Domains=.
|
||||||
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
||||||
|
@ -29,7 +29,7 @@ MulticastDNS=true
|
|||||||
LLMNR=true
|
LLMNR=true
|
||||||
# systemd-resolved configuration
|
# systemd-resolved configuration
|
||||||
DNSSEC=true
|
DNSSEC=true
|
||||||
DNSSEC=false
|
#DNSOverTLS=opportunistic
|
||||||
DNSOverTLS=opportunistic
|
DNSOverTLS=true
|
||||||
# Search domains
|
# Search domains
|
||||||
Domains=.
|
Domains=.
|
||||||
|
@ -8,7 +8,8 @@ DNSSEC=true
|
|||||||
# Take the risk of downgrade attacks. Web browser policies enforce
|
# Take the risk of downgrade attacks. Web browser policies enforce
|
||||||
# DNS-over-HTTPS anyway due to Encrypted Client Hello (ECH) still requiring
|
# DNS-over-HTTPS anyway due to Encrypted Client Hello (ECH) still requiring
|
||||||
# it.
|
# it.
|
||||||
DNSOverTLS=opportunistic
|
#DNSOverTLS=opportunistic
|
||||||
|
DNSOverTLS=true
|
||||||
Cache=true
|
Cache=true
|
||||||
# Consider local DNS servers if they exist. Empty should erase previous values.
|
# Consider local DNS servers if they exist. Empty should erase previous values.
|
||||||
DNS=
|
DNS=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user