mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-09-21 15:46:28 +00:00
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@716 a942ae1a-1317-0410-a47c-b1dcaea8d605
23 lines
622 B
Text
23 lines
622 B
Text
# 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 =
|