mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 20:48:21 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8032 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d4e5a7e743
commit
5777371e66
@ -1,5 +1,10 @@
|
|||||||
<configuration name="acl.conf" description="Network Lists">
|
<configuration name="acl.conf" description="Network Lists">
|
||||||
<network-lists>
|
<network-lists>
|
||||||
|
<list name="dl-candidates" default="allow">
|
||||||
|
<node type="deny" cidr="10.0.0.0/8"/>
|
||||||
|
<node type="deny" cidr="172.16.0.0/12"/>
|
||||||
|
<node type="deny" cidr="192.168.0.0/16"/>
|
||||||
|
</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"/>
|
||||||
|
@ -25,5 +25,6 @@
|
|||||||
<!-- <param name="vad" value="out"/> -->
|
<!-- <param name="vad" value="out"/> -->
|
||||||
<param name="vad" value="both"/>
|
<param name="vad" value="both"/>
|
||||||
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
|
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
|
||||||
|
<!--<param name="candidate-acl" value="dl-candidates"/>-->
|
||||||
</x-profile>
|
</x-profile>
|
||||||
</include>
|
</include>
|
||||||
|
@ -15,5 +15,6 @@
|
|||||||
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
|
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
|
||||||
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
|
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
|
||||||
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
||||||
|
<!--<param name="candidate-acl" value="dl-candidates"/>-->
|
||||||
</x-profile>
|
</x-profile>
|
||||||
</include>
|
</include>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user