Fixed ACL's in FreeSWITCH.

This commit is contained in:
Ciaby 2015-05-15 15:25:40 -05:00
parent 6ec22da833
commit a9da8dd5b9

View file

@ -24,11 +24,11 @@
<list name="domains" default="deny"> <list name="domains" default="deny">
<!-- domain= is special it scans the domain from the directory to build the ACL --> <!-- domain= is special it scans the domain from the directory to build the ACL -->
<!--<node type="allow" domain="$${domain}"/> --> <!--<node type="allow" domain="$${domain}"/> -->
<node type="allow" cidr="192.168.0.3/32"/>
<node type="allow" cidr="10.66.0.0/24"/> <node type="allow" cidr="10.66.0.0/24"/>
<node type="allow" cidr="10.23.0.0/16"/>
<node type="allow" cidr="172.16.0.0/16"/>
<node type="allow" cidr="127.0.0.1/32"/> <node type="allow" cidr="127.0.0.1/32"/>
<!-- use cidr= if you wish to allow ip ranges to this domains acl. --> <!-- use cidr= if you wish to allow ip ranges to this domains acl. -->
<!-- <node type="allow" cidr="192.168.0.0/24"/> --> <!-- <node type="allow" cidr="192.168.0.0/24"/> -->
</list> </list>