mod_blacklist: Add example configuration file

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
Stefan Knoblich 2011-09-21 15:10:37 +02:00
parent 6f4c4ea088
commit d00f74640f
1 changed files with 7 additions and 0 deletions

View 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>