8 lines
290 B
XML
8 lines
290 B
XML
|
<configuration name="mod_blacklist.conf" description="Blacklist module">
|
||
|
<lists>
|
||
|
<!-- Example blacklist, the referenced file contains blacklisted items, one entry per line
|
||
|
<list name="example" filename="/usr/local/freeswitch/conf/blacklists/example.list"/>
|
||
|
-->
|
||
|
</lists>
|
||
|
</configuration>
|