Skip to content
Snippets Groups Projects
Commit d3a0778c authored by Richard Alam's avatar Richard Alam
Browse files

- remove localhost acl as it didn't work

parent 548b97b4
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@
loopback.auto - ACL for your local lan.
-->
<list name="localhost" default="allow">
<node type="allow" cidr="127.0.0.1/255"/>
</list>
<list name="lan" default="allow">
<node type="deny" cidr="192.168.42.0/24"/>
<node type="allow" cidr="192.168.42.42/32"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment