diff options
author | Luke Bratch <luke@bratch.co.uk> | 2024-11-09 23:50:46 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2024-11-09 23:50:46 +0000 |
commit | f55160af3f25fff17d3af4dde50a606c2c78f79b (patch) | |
tree | bc0eb6a581a33d3b81d5b1cf1becf40418c8e9ed /README | |
parent | 59addf47eca6a0be54e3b07c4ed2b156a8431376 (diff) |
Make NOTICE alerts about client (dis)connection and authentication events optional.
New configuration options added:
- alertconnect
- alertauthfail
- alertauthsuccess
- alertunautheddisconnect
- alertautheddisconnect
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,11 @@ These options can be changed by issuing a BLABOUNCER REHASH command or by sendin - debug - certfile - keyfile + - alertconnect + - alertauthfail + - alertauthsuccess + - alertunautheddisconnect + - alertautheddisconnect == Commands == |