upated to latest git with additional modules
[packages.git] / net / freeswitch / files / etc.minimal / autoload_configs / acl.conf.xml
index 51839d3..0c117d0 100644 (file)
@@ -9,12 +9,10 @@
         loopback.auto - ACL for your local lan.
     -->
 
-    <!-- 
-      <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="lan" default="allow">
+      <node type="deny" cidr="192.168.42.0/24"/>
+      <node type="allow" cidr="192.168.42.42/32"/>
+    </list>
 
     <!--
        This will traverse the directory adding all users 
        digest authenticated.
     -->
     <list name="domains" default="deny">
+      <!-- domain= is special it scans the domain from the directory to build the ACL -->
       <node type="allow" domain="$${domain}"/>
+      <!-- use cidr= if you wish to allow ip ranges to this domains acl. -->
+      <!-- <node type="allow" cidr="192.168.0.0/24"/> -->
     </list>
 
   </network-lists>