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]