wordpress-nginx-main/allowlist.conf
hhftechnologies dd82b3e56c update
2024-09-28 17:48:20 +05:30

15 lines
324 B
Text

# please use the following format...
# allow ip.add.re.ss;
# both ipv4 and ipv6 addresses can be whitelisted
# CIDR notation is allowed too
# allow ip.add.re.ss1;
# allow ip.add.re.ss2;
# allow ip.add.re.ss3;
# Please do *not* change the following lines
allow 127.0.0.1;
deny all;
# End of file - No more lines, please!