Authored by chunhua.zhang

add

... ... @@ -135,7 +135,7 @@ local query_limit_ip_access_conf=function()
if string.find(k,"^white_ips%[*") then
table.insert(white_ips,v)
elseif string.find(k,"^degrade_methods%[*") then
degrade_methods[degrade_methods] = 1
table.insert(degrade_methods,v)
end
end
limit_ip_access["white_ips"]=white_ips
... ...