Commit 9a609ed7 by e0d

whitelisting 10.0.0.0/8

parent 9ed225f3
......@@ -4,6 +4,7 @@
allow 127.0.0.1;
allow 192.168.0.0/16;
allow 172.16.0.0/12;
allow 10.0.0.0/8;
deny all;
auth_basic "Restricted";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment