Created
December 26, 2023 10:47
-
-
Save cizordj/45a19f67ca098f670c0715c949ae30fc to your computer and use it in GitHub Desktop.
systemd-resolved-adguard-tls.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cp this to /etc/systemd/resolved.conf.d/ | |
[Resolve] | |
DNS=94.140.14.49#your-private-dns-name.d.adguard-dns.com 2a10:50c0::ded:ff#your-private-dns-name.d.adguard-dns.com | |
DNSOverTLS=yes | |
DNSSEC=allow-downgrade | |
FallbackDNS=1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com | |
MulticastDNS=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment