forked from Mirrors/freeswitch
11 lines
221 B
XML
11 lines
221 B
XML
<configuration name="acl.conf" description="Network Lists">
|
|
<network-lists>
|
|
|
|
<list name="domains" default="deny">
|
|
<node type="allow" domain="$${domain}"/>
|
|
</list>
|
|
|
|
</network-lists>
|
|
</configuration>
|
|
|