add rfc1918 acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7968 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
597060c462
commit
7170424e0a
|
@ -1,5 +1,11 @@
|
||||||
<configuration name="acl.conf" description="Network Lists">
|
<configuration name="acl.conf" description="Network Lists">
|
||||||
<network-lists>
|
<network-lists>
|
||||||
|
<list name="rfc1918" default="deny">
|
||||||
|
<node type="allow" cidr="10.0.0.0/8"/>
|
||||||
|
<node type="allow" cidr="172.16.0.0/12"/>
|
||||||
|
<node type="allow" cidr="192.168.0.0/16"/>
|
||||||
|
</list>
|
||||||
|
|
||||||
<list name="lan" default="allow">
|
<list name="lan" default="allow">
|
||||||
<node type="deny" cidr="192.168.42.0/24"/>
|
<node type="deny" cidr="192.168.42.0/24"/>
|
||||||
<node type="allow" cidr="192.168.42.42/32"/>
|
<node type="allow" cidr="192.168.42.42/32"/>
|
||||||
|
|
Loading…
Reference in New Issue