From 38fa465cae63fd4c5e934442965ad6d26a63464b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 25 Jan 2006 15:32:50 +0000 Subject: [PATCH] less failures required for Attacks --- config/fail2ban.conf.default | 6 ++++++ debian/changelog | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/fail2ban.conf.default b/config/fail2ban.conf.default index 2641fbdc..91821d94 100644 --- a/config/fail2ban.conf.default +++ b/config/fail2ban.conf.default @@ -301,6 +301,12 @@ port = http # logfile = /var/log/apache/access.log +# Option: maxfailures +# Notes.: number of failures before IP gets banned. +# Values: NUM Default: 5 +# +maxfailures = 2 + # Option: timeregex # Notes.: regex to match timestamp in Apache logfile. # Values: [Wed Jan 05 15:08:01 2005] diff --git a/debian/changelog b/debian/changelog index 40bcf226..1b78800e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -fail2ban (0.6.0-3.2) unstable; urgency=low +fail2ban (0.6.0-3.3) unstable; urgency=low * Added section ApacheAttacks to specify some common patterns of attacks on a webserver (awstats.pl as a try). This section stays split from Apache