From dd10ac4ac2bb7a73e0b6499a791de3abd078e6af Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 4 Jul 2017 23:32:03 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20syntaxe=20apr=C3=A8s=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoFail2Ban.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HowtoFail2Ban.md b/HowtoFail2Ban.md index 2273866e..e609bf93 100644 --- a/HowtoFail2Ban.md +++ b/HowtoFail2Ban.md @@ -174,7 +174,8 @@ maxretry = 5 findtime = 180 bantime = 86400 ignoreip = 127.0.0.1/8 192.0.2.42 -action = iptables-multiport,sendmail[dest=jdoe@example.com] +action = iptables-multiport + sendmail[dest=jdoe@example.com] ~~~~ > *Attention* : en cas d'action liée à iptables (ce qui est le défaut), le nom de la jail ne doit pas excéder 20 caractères ! @@ -244,7 +245,8 @@ banaction = iptables-multiport Exemple pour bannir et déclencher l'envoi d'un email : ~~~ -action = iptables-multiport,sendmail[dest=jdoe@example.com] +action = iptables-multiport + sendmail[dest=jdoe@example.com] ~~~