mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-20 10:56:50 +00:00
mod_blacklist: Add example configuration file
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
6f4c4ea088
commit
d00f74640f
7
conf/autoload_configs/blacklist.conf.xml
Normal file
7
conf/autoload_configs/blacklist.conf.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<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>
|
Loading…
x
Reference in New Issue
Block a user