From f425fb1ea2dc1267313604de6e1ae32a2babcf79 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 28 Oct 2023 13:32:45 +0800 Subject: [PATCH] Update init.lua --- plugins/op_waf/waf/lua/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/waf/lua/init.lua b/plugins/op_waf/waf/lua/init.lua index 9e679b30a..e3d2d5dd0 100644 --- a/plugins/op_waf/waf/lua/init.lua +++ b/plugins/op_waf/waf/lua/init.lua @@ -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