From dab2ddb9dad9c1c9061bc40589d56ecb5368787b Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 18 Nov 2013 07:57:16 +1100 Subject: [PATCH 1/2] ENH: recidive jail to block all protocols. Closes #440 --- ChangeLog | 1 + config/jail.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2369bc21..2e1a5b91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better - Fixes: - allow for ",milliseconds" in the custom date format of proftpd.log + - recidive jail to block all protocols. Closes gh-440 - New Features: diff --git a/config/jail.conf b/config/jail.conf index 486ea078..e9ca3313 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -408,7 +408,7 @@ maxretry = 5 enabled = false filter = recidive logpath = /var/log/fail2ban.log -action = iptables-allports[name=recidive] +action = iptables-allports[name=recidive,protocol=all] sendmail-whois-lines[name=recidive, logpath=/var/log/fail2ban.log] bantime = 604800 ; 1 week findtime = 86400 ; 1 day From 8aa20a7b0efdb8020e59db0f423d8382cf4d8d05 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 18 Nov 2013 07:59:56 +1100 Subject: [PATCH 2/2] ENH: credits for #440 recidive jail protocol=all --- ChangeLog | 2 +- THANKS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e1a5b91..dfecbc51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better - Fixes: - allow for ",milliseconds" in the custom date format of proftpd.log - - recidive jail to block all protocols. Closes gh-440 + - recidive jail to block all protocols. Closes gh-440. Thanks Ioan Indreias - New Features: diff --git a/THANKS b/THANKS index 13303c21..ac2f4439 100644 --- a/THANKS +++ b/THANKS @@ -33,6 +33,7 @@ Georgiy Mernov Guillaume Delvit Hanno 'Rince' Wagner Iain Lea +Ioan Indreias Jonathan Kamens Jonathan Lanning Jonathan Underwood