mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
systemd-resolved: don't DNSSEC with adblocking
This commit is contained in:
parent
12fe7a59a8
commit
4f50f4a367
@ -6,7 +6,7 @@ DNS=2a10:50c0::ad1:ff#dns.adguard.com 94.140.14.14#dns.adguard.com 2a10:50c0::ad
|
||||
Domains=~.
|
||||
# non-tech friendliness in case system down for ages. Also DNSSEC ensures
|
||||
# the DNS server isn't lying which is a task of adblocking DNS server...
|
||||
DNSSEC=allow-downgrade
|
||||
DNSSEC=false
|
||||
# There is no point of disabling this with adblocking DNS
|
||||
DNSOverTLS=true
|
||||
Cache=true
|
||||
|
@ -1,6 +1,8 @@
|
||||
[Resolve]
|
||||
DNS=2a07:e340::3#adblock.doh.mullvad.net 194.242.2.3#adblock.doh.mullvad.net 193.19.108.3#adblock.doh.mullvad.net
|
||||
Domains=~.
|
||||
DNSSEC=true
|
||||
# non-tech friendliness in case system down for ages. Also DNSSEC ensures
|
||||
# the DNS server isn't lying which is a task of adblocking DNS server...
|
||||
DNSSEC=false
|
||||
DNSOverTLS=true
|
||||
Cache=true
|
||||
|
Loading…
Reference in New Issue
Block a user