feat: 增加 CC 防御的默认值

This commit is contained in:
zhengkunwang223 2024-05-08 11:44:58 +08:00
parent 8721fc74fe
commit f048f5894c
2 changed files with 3 additions and 3 deletions

View File

@ -108,8 +108,8 @@
"type": "cc", "type": "cc",
"rule": "cc", "rule": "cc",
"tokenTimeOut": 1800, "tokenTimeOut": 1800,
"threshold": 100, "threshold": 200,
"duration": 20, "duration": 10,
"action": "deny", "action": "deny",
"ipBlock": "on", "ipBlock": "on",
"ipBlockTime": 600 "ipBlockTime": 600

View File

@ -54,7 +54,7 @@
"type": "cc", "type": "cc",
"rule": "cc", "rule": "cc",
"tokenTimeOut": 1800, "tokenTimeOut": 1800,
"threshold": 100, "threshold": 200,
"duration": 10, "duration": 10,
"action": "deny", "action": "deny",
"ipBlock": "on", "ipBlock": "on",