2008-03-26 18:18:06 -04:00
|
|
|
<configuration name="acl.conf" description="Network Lists">
|
|
|
|
<network-lists>
|
2008-09-29 01:26:38 -04:00
|
|
|
|
2008-04-04 18:01:53 -04:00
|
|
|
<list name="dl-candidates" default="allow">
|
|
|
|
<node type="deny" cidr="10.0.0.0/8"/>
|
|
|
|
<node type="deny" cidr="172.16.0.0/12"/>
|
|
|
|
<node type="deny" cidr="192.168.0.0/16"/>
|
|
|
|
</list>
|
2008-09-29 01:26:38 -04:00
|
|
|
|
2008-03-26 18:19:38 -04:00
|
|
|
<list name="rfc1918" default="deny">
|
|
|
|
<node type="allow" cidr="10.0.0.0/8"/>
|
|
|
|
<node type="allow" cidr="172.16.0.0/12"/>
|
|
|
|
<node type="allow" cidr="192.168.0.0/16"/>
|
|
|
|
</list>
|
|
|
|
|
2008-03-26 18:18:06 -04:00
|
|
|
<list name="lan" default="allow">
|
|
|
|
<node type="deny" cidr="192.168.42.0/24"/>
|
|
|
|
<node type="allow" cidr="192.168.42.42/32"/>
|
|
|
|
</list>
|
|
|
|
|
|
|
|
<list name="strict" default="deny">
|
|
|
|
<node type="allow" cidr="208.102.123.124/32"/>
|
|
|
|
</list>
|
2008-09-29 01:26:38 -04:00
|
|
|
<!--
|
|
|
|
This will traverse the directory adding all users
|
|
|
|
with the cidr= tag to this ACL, when this ACL matches
|
|
|
|
the users variables and params apply as if they
|
|
|
|
digest authenticated.
|
|
|
|
-->
|
2008-07-16 13:47:57 -04:00
|
|
|
<list name="domains" default="deny">
|
|
|
|
<node type="allow" domain="$${domain}"/>
|
2008-07-16 11:52:22 -04:00
|
|
|
</list>
|
|
|
|
|
2008-03-26 18:18:06 -04:00
|
|
|
</network-lists>
|
|
|
|
</configuration>
|
|
|
|
|