forked from Mirrors/freeswitch
add acl config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7967 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bba65f4a1e
commit
597060c462
13
conf/autoload_configs/acl.conf.xml
Normal file
13
conf/autoload_configs/acl.conf.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<configuration name="acl.conf" description="Network Lists">
|
||||
<network-lists>
|
||||
<list name="lan" default="allow">
|
||||
<node type="deny" cidr="192.168.42.0/24"/>
|
||||
<node type="allow" cidr="192.168.42.42/32"/>
|
||||
</list>
|
||||
|
||||
<list name="strict" default="deny">
|
||||
<node type="allow" cidr="208.102.123.124/32"/>
|
||||
</list>
|
||||
</network-lists>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user