xmpp-bot/docs/xmpp-bot.conf

15 lines
397 B
Text
Raw Normal View History

2019-10-13 03:38:25 +02:00
# Fail2Ban configuration file for webhook log
# Option: failregex
# Notes.: regex to match the Unauthorized log entrys in webhook log (defined in config.json: webhooksListener.accessLog).
# Values: TEXT
#
[Definition]
failregex=^<HOST> - .* ".*" 401 \d* ".*" ".*"$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
# Values: TEXT
#
ignoreregex =