mod_blacklist: Add example configuration file
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
6f4c4ea088
commit
d00f74640f
|
@ -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…
Reference in New Issue