mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-18 08:00:30 +08:00
feat: 修改默认配置文件
This commit is contained in:
parent
ad84756124
commit
dc218cccea
@ -70,6 +70,13 @@
|
|||||||
"ipBlock": "on",
|
"ipBlock": "on",
|
||||||
"ipBlockTime": 600
|
"ipBlockTime": 600
|
||||||
},
|
},
|
||||||
|
"unknownWebsite": {
|
||||||
|
"state": "on",
|
||||||
|
"type": "unknownWebsite",
|
||||||
|
"action": "deny",
|
||||||
|
"code": 403,
|
||||||
|
"res": "unknown"
|
||||||
|
},
|
||||||
"geoRestrict": {
|
"geoRestrict": {
|
||||||
"state": "off",
|
"state": "off",
|
||||||
"rules": [],
|
"rules": [],
|
||||||
@ -97,12 +104,12 @@
|
|||||||
"action": "deny"
|
"action": "deny"
|
||||||
},
|
},
|
||||||
"cc": {
|
"cc": {
|
||||||
"state": "off",
|
"state": "on",
|
||||||
"type": "cc",
|
"type": "cc",
|
||||||
"rule": "cc",
|
"rule": "cc",
|
||||||
"tokenTimeOut": 1800,
|
"tokenTimeOut": 1800,
|
||||||
"threshold": 100,
|
"threshold": 100,
|
||||||
"duration": 10,
|
"duration": 20,
|
||||||
"action": "deny",
|
"action": "deny",
|
||||||
"ipBlock": "on",
|
"ipBlock": "on",
|
||||||
"ipBlockTime": 600
|
"ipBlockTime": 600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user