1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-04 04:12:03 +00:00

11 lines
221 B
XML
Raw Normal View History

<configuration name="acl.conf" description="Network Lists">
<network-lists>
<list name="domains" default="deny">
<node type="allow" domain="$${domain}"/>
</list>
</network-lists>
</configuration>