From a2c19b57f61d9347268d49f37682a9e9dc28a10c Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Wed, 8 May 2024 11:44:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20CC=20=E9=98=B2?= =?UTF-8?q?=E5=BE=A1=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json | 4 ++-- openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json index 0af9ad0bf..67049a511 100644 --- a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json +++ b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json @@ -108,8 +108,8 @@ "type": "cc", "rule": "cc", "tokenTimeOut": 1800, - "threshold": 100, - "duration": 20, + "threshold": 200, + "duration": 10, "action": "deny", "ipBlock": "on", "ipBlockTime": 600 diff --git a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json index 7c08d6050..7de0522aa 100644 --- a/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json +++ b/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json @@ -54,7 +54,7 @@ "type": "cc", "rule": "cc", "tokenTimeOut": 1800, - "threshold": 100, + "threshold": 200, "duration": 10, "action": "deny", "ipBlock": "on",