[packages] net/nufw: run of autogen.sh needed with recent versions of libtool
[packages.git] / net / freeswitch / files / etc.uci / autoload_configs / acl.conf.xml
1 <configuration name="acl.conf" description="Network Lists">
2   <network-lists>
3     <!-- 
4          These ACL's are automatically created on startup.
5
6          rfc1918.auto  - RFC1918 Space
7          nat.auto      - RFC1918 Excluding your local lan.
8          localnet.auto - ACL for your local lan.
9          loopback.auto - ACL for your local lan.
10     -->
11
12     <!-- 
13       <list name="lan" default="allow">
14         <node type="deny" cidr="192.168.42.0/24"/>
15         <node type="allow" cidr="192.168.42.42/32"/>
16       </list>
17     -->
18
19     <!--
20         This will traverse the directory adding all users 
21         with the cidr= tag to this ACL, when this ACL matches
22         the users variables and params apply as if they 
23         digest authenticated.
24     -->
25     <list name="domains" default="deny">
26       <node type="allow" domain="$${domain}"/>
27     </list>
28
29   </network-lists>
30 </configuration>
31