Commit 4f5da803 by Joneq

增加ic页面验证

parent f43e931d
Showing with 8 additions and 0 deletions
......@@ -130,6 +130,14 @@ end
-------202209720 新增如果是ic页面,并且page大于等于50就直接拉黑 /ic/E_133.html
pageNum,err = string.match(temp_uri, "/ic/%u+_(%d+).html")
if pageNum ~= nil and tonumber(pageNum) >= 50 then
red:sadd('ichunt_waf_black_ip',user_ip)
end
-------s------------------------20200923新增对用户特定URL,IP时间段内的限制-------s------------------------
--[[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment