mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-28 23:54:59 +08:00
feat: 修改默认配置文件
This commit is contained in:
parent
48e1789bf3
commit
5b0484bdba
@ -70,6 +70,13 @@
|
||||
"ipBlock": "on",
|
||||
"ipBlockTime": 600
|
||||
},
|
||||
"unknownWebsite": {
|
||||
"state": "on",
|
||||
"type": "unknownWebsite",
|
||||
"action": "deny",
|
||||
"code": 403,
|
||||
"res": "unknown"
|
||||
},
|
||||
"geoRestrict": {
|
||||
"state": "off",
|
||||
"rules": [],
|
||||
@ -97,12 +104,12 @@
|
||||
"action": "deny"
|
||||
},
|
||||
"cc": {
|
||||
"state": "off",
|
||||
"state": "on",
|
||||
"type": "cc",
|
||||
"rule": "cc",
|
||||
"tokenTimeOut": 1800,
|
||||
"threshold": 100,
|
||||
"duration": 10,
|
||||
"duration": 20,
|
||||
"action": "deny",
|
||||
"ipBlock": "on",
|
||||
"ipBlockTime": 600
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user