| Current Path : /opt/nginxhttpd_/etc/openresty_config/custom_security/ |
| Current File : //opt/nginxhttpd_/etc/openresty_config/custom_security/900-underattack.inc |
set $r_underattack '${r_underattack}_${map_underattack_wl}_${map_ip_exception}';
set $securityRule 'r_underattack';
if ($r_underattack = "cookie_0_0"){
set $challengetype 'cookie';
break;
}
if ($r_underattack = "js_0_0"){
set $challengetype 'js';
break;
}
if ($r_underattack = "captcha_0_0"){
set $challengetype 'captcha';
break;
}