Subversion Repositories configs

Rev

Rev 34 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 - 1
# Fail2Ban configuration file
2
#
3
# Author: Bas van den Dikkenberg
4
#
5
#
6
 
7
[INCLUDES]
8
 
9
# Read common prefixes. If any customizations available -- read them from
10
# common.local
11
before = common.conf
12
 
13
 
14
[Definition]
15
 
16
_daemon = nsd
17
 
18
# Option:  failregex
19
# Notes.:  regex to match the password failures messages in the logfile. The
20
#          host must be matched by a group named "host". The tag "<HOST>" can
21
#          be used for standard IP/hostname matching and is only an alias for
22
#          (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
23
# Values:  TEXT
24
 
87 - 25
failregex =  ^%(__prefix_line)sinfo: ratelimit block .* query <HOST> TYPE255$
26
             ^%(__prefix_line)sinfo: .* <HOST> refused, no acl matches\.$
34 - 27
 
28
ignoreregex =