支持DNS上游服务器的并行,最快,均衡查询模式

This commit is contained in:
Alex Yang
2025-12-17 19:15:17 +08:00
parent 307fbefee2
commit 5d0fb6d4fe
42 changed files with 714 additions and 584346 deletions

View File

@@ -4,16 +4,22 @@
"upstreamDNS": [
"223.5.5.5:53",
"223.6.6.6:53",
"117.50.10.10:53"
"117.50.10.10:53",
"10.35.10.200:53"
],
"dnssecUpstreamDNS": [
"1.1.1.1:53"
"117.50.10.10:53",
"101.226.4.6:53",
"218.30.118.6:53",
"208.67.220.220:53",
"208.67.222.222:53"
],
"timeout": 5000,
"statsFile": "data/stats.json",
"saveInterval": 300,
"cacheTTL": 30,
"enableDNSSEC": true
"enableDNSSEC": true,
"queryMode": "parallel"
},
"http": {
"port": 8080,
@@ -121,4 +127,4 @@
"maxBackups": 10,
"maxAge": 30
}
}
}