wok diff fail2ban/stuff/etc/fail2ban/filter.d/fail2ban.conf @ rev 14429

fix openjpeg-dev, add openjpeg2, rebuild mupdf, move from undigest djvulibre, and finally add fbpdf-mupdf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 24 14:06:49 2013 +0000 (2013-04-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fail2ban/stuff/etc/fail2ban/filter.d/fail2ban.conf	Wed Apr 24 14:06:49 2013 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# Fail2Ban configuration file
     1.5 +#
     1.6 +# Author: Tom Hendrikx
     1.7 +#
     1.8 +# $Revision: 663 $
     1.9 +#
    1.10 +
    1.11 +[Definition]
    1.12 +
    1.13 +# Option:  failregex
    1.14 +# Notes.:  regex to match the password failures messages in the logfile. The
    1.15 +#          host must be matched by a group named "host". The tag "<HOST>" can
    1.16 +#          be used for standard IP/hostname matching and is only an alias for
    1.17 +#          (?:::f{4,6}:)?(?P<host>\S+)
    1.18 +# Values:  TEXT
    1.19 +#
    1.20 +
    1.21 +# Count all bans in the logfile
    1.22 +failregex = fail2ban.actions: WARNING \[(.*)\] Ban <HOST>
    1.23 +
    1.24 +# Option:  ignoreregex
    1.25 +# Notes.:  regex to ignore. If this regex matches, the line is ignored.
    1.26 +# Values:  TEXT
    1.27 +#
    1.28 +# Ignore our own bans, to keep our counts exact.
    1.29 +# In your config, name your jail 'fail2ban', or change this line!
    1.30 +ignoreregex = fail2ban.actions: WARNING \[fail2ban\] Ban <HOST>
    1.31 +