mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
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>
|
|
|