summarylogtreecommitdiffstats
path: root/ip64tables-ipset-proto6-allports.conf
diff options
context:
space:
mode:
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]