Update init.lua

This commit is contained in:
midoks 2023-10-28 13:32:45 +08:00
parent 970c6dbe54
commit f425fb1ea2
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ function run_app_waf()
-- country limit
if config['area_limit'] then
local waf_country = get_country()
local waf_country = get_country()
if waf_country then
if area_limit(waf_country, server_name, site_config[server_name]['open']) then return true end
end