summarylogtreecommitdiffstats
path: root/ip64tables-ipset-proto6-allports.conf
diff options
context:
space:
mode:
authorThomas Heinemann2017-01-17 21:57:25 +0100
committerThomas Heinemann2017-01-17 21:57:25 +0100
commitff184a6538756230cb34902007dccb9d30575594 (patch)
tree6a6f6c5ca1800e41cfcfc24620d07cbb682c2d47 /ip64tables-ipset-proto6-allports.conf
parent49e2ffdd43ccbd51b301a3075792c42a08525cc7 (diff)
downloadaur-fail2ban6.tar.gz
bugfix for ip64tables-ipset
Diffstat (limited to 'ip64tables-ipset-proto6-allports.conf')
-rw-r--r--ip64tables-ipset-proto6-allports.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ip64tables-ipset-proto6-allports.conf b/ip64tables-ipset-proto6-allports.conf
index f077da876efe..a4d8ac352a85 100644
--- a/ip64tables-ipset-proto6-allports.conf
+++ b/ip64tables-ipset-proto6-allports.conf
@@ -45,7 +45,7 @@ actionstop = <iptables> -D <chain> -m set --match-set f2b-<name> src -j <blockty
# Tags: See jail.conf(5) man page
# Values: CMD
#
-actionban = ipset add f2b-<name> <ip> timeout <bantime> -exist
+actionban = ip64set add f2b-<name> <ip> timeout <bantime> -exist
# Option: actionunban
# Notes.: command executed when unbanning an IP. Take care that the
@@ -53,7 +53,7 @@ actionban = ipset add f2b-<name> <ip> timeout <bantime> -exist
# Tags: See jail.conf(5) man page
# Values: CMD
#
-actionunban = ipset del f2b-<name> <ip> -exist
+actionunban = ip64set del f2b-<name> <ip> -exist
[Init]