From 88e7ff6e7be101fc6ba11ff694410aa416b3fa08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E5=AE=89=E7=A7=91=E6=8A=80?= Date: Fri, 23 Sep 2022 22:08:47 +0800 Subject: [PATCH] Update anti-cc.lua --- rules/anti-cc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/anti-cc.lua b/rules/anti-cc.lua index d572bd5..ff668d3 100644 --- a/rules/anti-cc.lua +++ b/rules/anti-cc.lua @@ -24,7 +24,7 @@ else end sh:incr(ccIp, 1) if c + 1 >= 360 then - sh:set(ccIp, c, 300, 2) -- 设置5分钟也就是300秒拦截时间 + sh:set(ccIp, c + 1, 300, 2) -- 设置5分钟也就是300秒拦截时间 end end