Fixed ACL's in FreeSWITCH.
This commit is contained in:
parent
6ec22da833
commit
a9da8dd5b9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue