mirror of https://github.com/fail2ban/fail2ban
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
# Fail2Ban configuration file
|
|
#
|
|
# Author: Francois Boulogne <fboulogne@april.org>
|
|
#
|
|
|
|
[Definition]
|
|
|
|
# Option: failregex
|
|
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
|
|
# Values: TEXT
|
|
#
|
|
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
|
|
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|