Commit 7df32362 by gongyang

完成秒速白名单开发

parent 79d8b8f7
Showing with 1 additions and 1 deletions
......@@ -206,7 +206,7 @@ if err == nil then
red:expire(timestamp_seconds , second_white_ip_expire_time)
--如果超过次数就跳转至google验证页面,并且带上网址
if tonumber(red:get(timestamp_seconds)) > checkuricount then
if tonumber(red:get(timestamp_seconds)) > second_white_count then
redirect.checkgoogle(red)
end
......
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