Add Charter DNS servers as primary upstream

Charter DNS (24.166.11.3, 24.166.11.6) tried first, then Cloudflare/Google.
Changed to sequential policy to prefer local ISP DNS.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
primal
2026-02-02 20:58:48 -05:00
parent aaa557bfd8
commit 5e04d4d91e
+3 -3
View File
@@ -6,9 +6,9 @@
prefetch 10 1m 10%
}
# Forward to upstream DNS
forward . 1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 {
policy random
# Forward to upstream DNS (Charter first, then public)
forward . 24.166.11.3 24.166.11.6 1.1.1.1 8.8.8.8 {
policy sequential
health_check 30s
}