]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
docs for acl
authorBrian West <brian@freeswitch.org>
Fri, 14 Jan 2011 19:10:02 +0000 (13:10 -0600)
committerBrian West <brian@freeswitch.org>
Fri, 14 Jan 2011 19:10:12 +0000 (13:10 -0600)
conf/autoload_configs/acl.conf.xml

index a1708a55f3285c614742d367bcb07e5f98198765..0c117d07bfde2f6c7fb959515a9264d56a800721 100644 (file)
        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>