[Freeswitch-svn] [commit] r7967 - freeswitch/trunk/conf/autoload_configs

Freeswitch SVN anthm at freeswitch.org
Wed Mar 26 18:18:06 EDT 2008


Author: anthm
Date: Wed Mar 26 18:18:06 2008
New Revision: 7967

Added:
   freeswitch/trunk/conf/autoload_configs/acl.conf.xml

Log:
add acl config

Added: freeswitch/trunk/conf/autoload_configs/acl.conf.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/autoload_configs/acl.conf.xml	Wed Mar 26 18:18:06 2008
@@ -0,0 +1,13 @@
+<configuration name="acl.conf" description="Network Lists">
+  <network-lists>
+    <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>
+  </network-lists>
+</configuration>
+



More information about the Freeswitch-svn mailing list