| Current Path : /opt/nginxhttpd_/etc/openresty_config/custom_security/ |
| Current File : //opt/nginxhttpd_/etc/openresty_config/custom_security/999-tor.conf |
map ${map_is_tor}${map_ip_exception} $map_tor {
default 0;
11 0;
10 1;
01 0;
}
geo $remote_addr $map_is_tor {
default 0;
include "custom_security/generated/tor.inc";
}