[Freeswitch-svn] [commit] r9724 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
brian at freeswitch.org
Mon Sep 29 01:26:38 EDT 2008
Author: brian
Date: Mon Sep 29 01:26:38 2008
New Revision: 9724
Modified:
freeswitch/trunk/conf/autoload_configs/acl.conf.xml
Log:
more docs in the configs
Modified: freeswitch/trunk/conf/autoload_configs/acl.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/acl.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/acl.conf.xml Mon Sep 29 01:26:38 2008
@@ -1,10 +1,12 @@
<configuration name="acl.conf" description="Network Lists">
<network-lists>
+
<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>
+
<list name="rfc1918" default="deny">
<node type="allow" cidr="10.0.0.0/8"/>
<node type="allow" cidr="172.16.0.0/12"/>
@@ -19,7 +21,12 @@
<list name="strict" default="deny">
<node type="allow" cidr="208.102.123.124/32"/>
</list>
-
+ <!--
+ 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.
+ -->
<list name="domains" default="deny">
<node type="allow" domain="$${domain}"/>
</list>
More information about the Freeswitch-svn
mailing list