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:
@@ -6,9 +6,9 @@
|
|||||||
prefetch 10 1m 10%
|
prefetch 10 1m 10%
|
||||||
}
|
}
|
||||||
|
|
||||||
# Forward to upstream DNS
|
# Forward to upstream DNS (Charter first, then public)
|
||||||
forward . 1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 {
|
forward . 24.166.11.3 24.166.11.6 1.1.1.1 8.8.8.8 {
|
||||||
policy random
|
policy sequential
|
||||||
health_check 30s
|
health_check 30s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user