强化domainSpecificDNS逻辑,增加DNS后缀功能

This commit is contained in:
Alex Yang
2025-12-17 23:23:38 +08:00
parent 0f0aa76662
commit b576996ede
35 changed files with 100 additions and 691905 deletions

View File

@@ -19,7 +19,12 @@
"saveInterval": 300,
"cacheTTL": 10,
"enableDNSSEC": true,
"queryMode": "parallel"
"queryMode": "parallel",
"domainSpecificDNS": {
"amazehome.xyz": ["10.35.10.200:53"],
"amazehome.cn": ["10.35.10.200:53"]
},
"prefixDomain": ["amazehome.xyz", "amazehome.cn"]
},
"http": {
"port": 8080,