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",
"rule": "cc",
"tokenTimeOut": 1800,
"threshold": 100,
"duration": 20,
"threshold": 200,
"duration": 10,
"action": "deny",
"ipBlock": "on",
"ipBlockTime": 600

View File

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