mirror of https://github.com/fail2ban/fail2ban
28 lines
538 B
Plaintext
28 lines
538 B
Plaintext
# Fail2Ban configuration file for wuftpd
|
|
#
|
|
# Author: Yaroslav Halchenko
|
|
#
|
|
#
|
|
|
|
[INCLUDES]
|
|
|
|
# Read common prefixes. If any customizations available -- read them from
|
|
# common.local
|
|
before = common.conf
|
|
|
|
[Definition]
|
|
|
|
_daemon = wu-ftpd
|
|
|
|
# Option: failregex
|
|
# Notes.: regex to match the password failures messages in the logfile.
|
|
# Values: TEXT
|
|
#
|
|
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]\s*$
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|