X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=srvx.conf.example;fp=srvx.conf.example;h=6b9ed1816559e58985867ce0aae830b250cf9cc7;hb=e812537cb0236231017fc18b69a4643176c6dcc7;hp=4c1b9c62bae426c4b5f8e1ac3b680264fee033cd;hpb=1fad42a77c3b9cca17c8ac5facefab068b5e3257;p=srvx.git diff --git a/srvx.conf.example b/srvx.conf.example index 4c1b9c6..6b9ed18 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -312,10 +312,17 @@ "file_reason" "client is blacklisted"; // How long should a blacklist G-line last? "gline_duration" "1h"; + // Bot used to send debug notices + "debug_bot" "OpServ"; + // To which channel should debug output be sent? + "debug_channel" "#opserv"; + "debug_channel_modes" "+tinms"; // If you want to use DNS blacklists, add them here: "dnsbl" { // This DNSBL zone does not exist - you'll have to pick your own. "dnsbl.example.org" { + // Send a notice instead of glining blacklisted ips + "debug" "1"; "description" "Example DNSBL entry"; "reason" "busted by a dns blacklist"; "duration" "1h";