xmpp-bot/docs/xmpp-bot.conf
2019-10-13 03:38:25 +02:00

14 lines
397 B
Text

# 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 =