实现登录功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dns": {
|
||||
"port": 53,
|
||||
"port": 5353,
|
||||
"upstreamDNS": [
|
||||
"223.5.5.5:53",
|
||||
"223.6.6.6:53"
|
||||
@@ -12,7 +12,9 @@
|
||||
"http": {
|
||||
"port": 8080,
|
||||
"host": "0.0.0.0",
|
||||
"enableAPI": true
|
||||
"enableAPI": true,
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"shield": {
|
||||
"localRulesFile": "data/rules.txt",
|
||||
@@ -98,7 +100,7 @@
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"updateInterval": 30,
|
||||
"updateInterval": 3600,
|
||||
"hostsFile": "data/hosts.txt",
|
||||
"blockMethod": "NXDOMAIN",
|
||||
"customBlockIP": "",
|
||||
|
||||
Reference in New Issue
Block a user