This commit is contained in:
Alex Yang
2026-01-16 11:09:11 +08:00
parent 8159577be0
commit cdac4fcf43
284 changed files with 2813570 additions and 14 deletions

View File

@@ -2,13 +2,15 @@
"dns": {
"port": 53,
"upstreamDNS": [
"10.35.10.200"
"10.35.10.200",
"223.5.5.5",
"223.6.6.6"
],
"dnssecUpstreamDNS": [
"208.67.220.220",
"208.67.222.222"
],
"saveInterval": 30,
"saveInterval": 10,
"cacheTTL": 60,
"enableDNSSEC": false,
"queryMode": "fastest-ip",
@@ -43,7 +45,7 @@
"amazehome.xyz",
".cn"
],
"enableIPv6": true
"enableIPv6": false
},
"http": {
"port": 8080,
@@ -139,12 +141,12 @@
],
"updateInterval": 3600,
"blockMethod": "NXDOMAIN",
"customBlockIP": "",
"customBlockIP": "0.0.0.2",
"statsSaveInterval": 60
},
"gfwList": {
"ip": "10.35.10.200",
"content": "/root/dns/data/gfwlist.txt",
"ip": "",
"content": "",
"enabled": false
},
"log": {