From dde51b46820a3cf66b79667cc75a00f8465353af Mon Sep 17 00:00:00 2001 From: Ririsoft Date: Sat, 6 Oct 2018 15:06:14 +0200 Subject: [PATCH] fix actionban/unban ip definition syntax --- config/action.d/nftables-common.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/action.d/nftables-common.conf b/config/action.d/nftables-common.conf index 4ed78f2f..6765fbb3 100644 --- a/config/action.d/nftables-common.conf +++ b/config/action.d/nftables-common.conf @@ -65,7 +65,7 @@ actioncheck = list chain f2b-table f2b-chain | grep -q # Tags: See jail.conf(5) man page # Values: CMD # -actionban = add element f2b-table +actionban = add element f2b-table { } # Option: actionunban # Notes.: command executed when unbanning an IP. Take care that the @@ -73,7 +73,7 @@ actionban = add element f2b-table # Tags: See jail.conf(5) man page # Values: CMD # -actionunban = delete element f2b-table +actionunban = delete element f2b-table { } [Init]