Update anti-cc.lua

pull/8/head
有安科技 2022-09-23 22:08:47 +08:00 committed by GitHub
parent b3907f2f28
commit 88e7ff6e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ else
end end
sh:incr(ccIp, 1) sh:incr(ccIp, 1)
if c + 1 >= 360 then if c + 1 >= 360 then
sh:set(ccIp, c, 300, 2) -- 设置5分钟也就是300秒拦截时间 sh:set(ccIp, c + 1, 300, 2) -- 设置5分钟也就是300秒拦截时间
end end
end end