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 | fc6df6c1a12fdeb875e4f120553ea9b4baaa8d11 (patch) | |
| tree | 2f6b53ea748adcdfde76903b84168da24404b2d7 /roles | |
| parent | fcd0d4b6445e1cd3e0c74ff1affab152c47a54cd (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 |
