diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:06 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:06 +0200 |
| commit | 93326d8c042101c59b969f57b4b9989e3ab7aaeb (patch) | |
| tree | 2f6b53ea748adcdfde76903b84168da24404b2d7 /roles | |
| parent | 2edbbdc9b488f014b6a2258120cd9d9bfa6ea20e (diff) | |
Use quad9 as the main DNS with cloudflare/google fallbacks
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/network/templates/resolved.conf.j2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/network/templates/resolved.conf.j2 b/roles/network/templates/resolved.conf.j2 index 1893e882..600608dc 100644 --- a/roles/network/templates/resolved.conf.j2 +++ b/roles/network/templates/resolved.conf.j2 @@ -1,7 +1,6 @@ [Resolve] -DNS=1.1.1.1 2606:4700:4700::1111#cloudflare-dns.com 8.8.8.8 2001:4860:4860::8888#dns.google -FallbackDNS=1.0.0.1 2606:4700:4700::1001#cloudflare-dns.com 8.8.4.4 2001:4860:4860::8844#dns.google 9.9.9.9 2620:fe::fe#quad9.net - +DNS=9.9.9.9 2620:fe::fe#quad9.net +FallbackDNS=1.1.1.1 2606:4700:4700::1111#cloudflare-dns.com 8.8.8.8 2001:4860:4860::8888#dns.google DNSSEC=yes DNSOverTLS=yes |
