diff --git a/config/action.d/shorewall-ipset-proto6.conf b/config/action.d/shorewall-ipset-proto6.conf index 48308ec1..7fbc21bb 100644 --- a/config/action.d/shorewall-ipset-proto6.conf +++ b/config/action.d/shorewall-ipset-proto6.conf @@ -20,7 +20,8 @@ # action (so that the ban is immediate) the /etc/shorewall/shorewall.conf # file should me modified with "BLACKLISTNEWONLY=No". # -# A lot of this depends of the shorewall version at least have the 4.5.5 Version +# The use in IPset in shorewall depends of the version you must have at least 4.5.5< version +# of shorewall # # Enable shorewall to use a blacklist using iptables creating a file /etc/shorewall/blrules # and adding "DROP net:+f2b-ssh all" one for every jail details in shorewall documentation blacklist. @@ -37,7 +38,7 @@ # To destroy the ipset in shorewall you must add to the file /etc/shorewall/stopped # # One line of every ipset # system("/usr/sbin/ipset -quiet destroy f2b-ssh "); -# 1; # This must go to the end of the file if not shorewall complilation fails +# 1; # This must go to the end of the file if not shorewall compilation fails # #