New default TTL=60, DOH=8.8.8.8

This commit is contained in:
itdoginfo
2025-03-07 14:46:22 +03:00
parent 2332eae5ff
commit b28a5f1293
2 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ config main 'main'
option dont_touch_dhcp '0'
option update_interval '1d'
option dns_type 'doh'
option dns_server '1.1.1.1'
option dns_rewrite_ttl '600'
option dns_server '8.8.8.8'
option dns_rewrite_ttl '60'
option cache_file '/tmp/cache.db'