mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
more docs in the configs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9724 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
65d8dd2fc6
commit
c2249dcb86
@ -1,10 +1,12 @@
|
|||||||
<configuration name="acl.conf" description="Network Lists">
|
<configuration name="acl.conf" description="Network Lists">
|
||||||
<network-lists>
|
<network-lists>
|
||||||
|
|
||||||
<list name="dl-candidates" default="allow">
|
<list name="dl-candidates" default="allow">
|
||||||
<node type="deny" cidr="10.0.0.0/8"/>
|
<node type="deny" cidr="10.0.0.0/8"/>
|
||||||
<node type="deny" cidr="172.16.0.0/12"/>
|
<node type="deny" cidr="172.16.0.0/12"/>
|
||||||
<node type="deny" cidr="192.168.0.0/16"/>
|
<node type="deny" cidr="192.168.0.0/16"/>
|
||||||
</list>
|
</list>
|
||||||
|
|
||||||
<list name="rfc1918" default="deny">
|
<list name="rfc1918" default="deny">
|
||||||
<node type="allow" cidr="10.0.0.0/8"/>
|
<node type="allow" cidr="10.0.0.0/8"/>
|
||||||
<node type="allow" cidr="172.16.0.0/12"/>
|
<node type="allow" cidr="172.16.0.0/12"/>
|
||||||
@ -19,7 +21,12 @@
|
|||||||
<list name="strict" default="deny">
|
<list name="strict" default="deny">
|
||||||
<node type="allow" cidr="208.102.123.124/32"/>
|
<node type="allow" cidr="208.102.123.124/32"/>
|
||||||
</list>
|
</list>
|
||||||
|
<!--
|
||||||
|
This will traverse the directory adding all users
|
||||||
|
with the cidr= tag to this ACL, when this ACL matches
|
||||||
|
the users variables and params apply as if they
|
||||||
|
digest authenticated.
|
||||||
|
-->
|
||||||
<list name="domains" default="deny">
|
<list name="domains" default="deny">
|
||||||
<node type="allow" domain="$${domain}"/>
|
<node type="allow" domain="$${domain}"/>
|
||||||
</list>
|
</list>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user