F2b recidive chain
@@ -62,6 +62,7 @@ case $chain in
WEB) port='80,443'; protocol=TCP ;;
DB) port='3306,5432'; protocol=TCP ;;
HESTIA) port=$hestiaport; protocol=TCP ;;
+ RECIDIVE) port='1:65535'; protocol=TCP ;;
*) check_args '2' "$#" 'CHAIN PORT' ;;
esac
@@ -48,7 +48,7 @@ maxretry = 5
[recidive]
enabled = true
filter = recidive
-action = hestia[name=HESTIA]
+action = hestia[name=RECIDIVE]
logpath = /var/log/fail2ban.log
maxretry = 5
findtime = 86400