Files
dns/Corefile
primal 5e04d4d91e 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>
2026-02-02 20:58:48 -05:00

21 lines
411 B
Plaintext

. {
# Cache responses (success and denial)
cache {
success 9984 300 3600
denial 9984 60 300
prefetch 10 1m 10%
}
# 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
}
# Log errors only
errors
# Limit concurrent connections
bufsize 1232
}