summaryrefslogtreecommitdiff
path: root/blabouncer.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r--blabouncer.conf.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example
index d77689c..2281806 100644
--- a/blabouncer.conf.example
+++ b/blabouncer.conf.example
@@ -108,3 +108,18 @@ debug = "2"
# Number of debug logs to keep
debugkeep = "5"
+
+# Send NOTICE to all other clients upon new client connections ("1" for yes or "0" for no)
+alertconnect = "1"
+
+# Send NOTICE to all other clients upon clients failing to authenticate ("1" for yes or "0" for no)
+alertauthfail = "1"
+
+# Send NOTICE to all other clients upon clients succesfully authenticating ("1" for yes or "0" for no)
+alertauthsuccess = "1"
+
+# Send NOTICE to all other clients upon unauthenticated client disconnections ("1" for yes or "0" for no)
+alertunautheddisconnect = "1"
+
+# Send NOTICE to all other clients upon authenticated client disconnections ("1" for yes or "0" for no)
+alertautheddisconnect = "1"