mirror of https://github.com/Safe3/uuWAF
Update anti-cc.lua
parent
b3907f2f28
commit
88e7ff6e7b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue