Update version tag for 1.4.0-rc2.
[srvx.git] / srvx.conf.example
index 4c1b9c62bae426c4b5f8e1ac3b680264fee033cd..d5ea3629cc223bcae22409fcf3441d825288ba6c 100644 (file)
         "max_read" "1024"; // don't read more than 1024 bytes from any client
         "gline_duration" "1h"; // issue G-lines lasting one hour
         "max_cache_age" "60"; // only cache results for 60 seconds
-        // "address" "192.168.0.10"; // do proxy tests from this address
+        // "bind_address" "192.168.0.10"; // do proxy tests from this address
     };
     "snoop" {
         // Where to send snoop messages?
                                 // to 0 to disable message expiration
     };
     "qserver" {
-        "address" "127.0.0.1";
+        "bind_address" "127.0.0.1";
         "port" "7702";
         "password" "hello";
     };
         "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";