update
This commit is contained in:
14
config.json
14
config.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user