[Freeswitch-svn] [commit] r7968 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
brian at freeswitch.org
Wed Mar 26 18:19:38 EDT 2008
Author: brian
Date: Wed Mar 26 18:19:38 2008
New Revision: 7968
Modified:
freeswitch/trunk/conf/autoload_configs/acl.conf.xml
Log:
add rfc1918 acl
Modified: freeswitch/trunk/conf/autoload_configs/acl.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/acl.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/acl.conf.xml Wed Mar 26 18:19:38 2008
@@ -1,5 +1,11 @@
<configuration name="acl.conf" description="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">
<node type="deny" cidr="192.168.42.0/24"/>
<node type="allow" cidr="192.168.42.42/32"/>
More information about the Freeswitch-svn
mailing list