systemd-{resolved,networkd}: just break things

This commit is contained in:
Aminda Suomalainen 2024-04-22 15:43:50 +03:00
parent 886b8dbfbd
commit 4560e776df
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

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