| Current Path : /opt/nginxhttpd_/etc/openresty_config/custom_security/ |
| Current File : //opt/nginxhttpd_/etc/openresty_config/custom_security/999-badips.conf |
map ${map_bad_ips_list}${map_ip_exception}${map_google_asn} $map_badips {
default 0;
100 1;
111 0;
110 0;
000 0;
}
geo $remote_addr $map_bad_ips_list {
default 0;
include "blacklist.conf";
include "jsget.conf";
include "custom_security/generated/badips.inc";
}