mirror of https://github.com/fail2ban/fail2ban
24 lines
622 B
Plaintext
24 lines
622 B
Plaintext
# Fail2Ban configuration file
|
|
#
|
|
# Author: Yaroslav O. Halchenko <debian@onerussian.com>
|
|
#
|
|
# $Revision$
|
|
#
|
|
|
|
[Definition]
|
|
|
|
# Option: failregex
|
|
# Notes.: regex to match failures to find a home directory on a server, which
|
|
# became popular last days. Most often attacker just uses IP instead of
|
|
# domain name -- so expect to see them in generic error.log if you have
|
|
# per-domain log files.
|
|
# Values: TEXT
|
|
#
|
|
failregex = [[]client <HOST>[]] File does not exist: .*/~.*
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|