2013-12-18 22:31:54 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Bas van den Dikkenberg
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
[INCLUDES]
|
|
|
|
|
|
|
|
# Read common prefixes. If any customizations available -- read them from
|
|
|
|
# common.local
|
|
|
|
before = common.conf
|
|
|
|
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
_daemon = nsd
|
|
|
|
|
|
|
|
# Option: failregex
|
|
|
|
# Notes.: regex to match the password failures messages in the logfile. The
|
|
|
|
# host must be matched by a group named "host". The tag "<HOST>" can
|
|
|
|
# be used for standard IP/hostname matching and is only an alias for
|
|
|
|
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
|
|
|
# Values: TEXT
|
|
|
|
|
2021-04-03 19:00:14 +00:00
|
|
|
failregex = ^%(__prefix_line)sinfo: ratelimit block .* query <ADDR> TYPE255$
|
|
|
|
^%(__prefix_line)sinfo: .* from(?: client)? <ADDR> refused, no acl matches\.?$
|
2015-01-30 15:37:45 +00:00
|
|
|
|
|
|
|
ignoreregex =
|
2016-10-07 12:57:45 +00:00
|
|
|
|
|
|
|
datepattern = {^LN-BEG}Epoch
|
2021-03-08 16:14:28 +00:00
|
|
|
{^LN-BEG}
|