etc/systemd/resolved: add [adguard,cloudflare}-strict.conf

I am not actually using either though and I am not sure if I will,
but maybe they are nice to have as a backup here just in case.
This commit is contained in:
Aminda Suomalainen 2020-07-18 02:19:36 +03:00
parent a79b5770ff
commit 550b68d149
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# AdGuard / systemd-resolved. For people who don't panic when DNSSEC or
# DoT doesn't work and captive portals attack? See README.md
# Also requires not panicking if you need something AdGuard is blocking.
[Resolve]
DNS=2a00:5a60::ad2:ff#dns.adguard.com 176.103.130.131#dns.adguard.com 2a00:5a60::ad1:ff#dns.adguard.com 176.103.130.130#dns.adguard.com
Domains=~.
# In case of adblocking DNS it makes no sense to start disabling these,
# especially DNSOverTLS, so there won't be non-strict version.
DNSSEC=true
DNSOverTLS=true
Cache=true

View File

@ -0,0 +1,8 @@
# Cloudflare / systemd-resolved. For people who don't panic when DNSSEC or
# DoT doesn't work and captive portals attack? See README.md
[Resolve]
DNS=2606:4700:4700::1111#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 1.1.1.1#cloudflare-dns.com
Domains=~.
DNSSEC=true
DNSOverTLS=true
Cache=true