We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9358765 + 034118b commit b0ff7c0Copy full SHA for b0ff7c0
bin/v-add-firewall-chain
@@ -62,6 +62,7 @@ case $chain in
62
WEB) port='80,443'; protocol=TCP ;;
63
DB) port='3306,5432'; protocol=TCP ;;
64
HESTIA) port=$hestiaport; protocol=TCP ;;
65
+ RECIDIVE) port='1:65535'; protocol=TCP ;;
66
*) check_args '2' "$#" 'CHAIN PORT' ;;
67
esac
68
install/deb/fail2ban/jail.local
@@ -48,7 +48,7 @@ maxretry = 5
48
[recidive]
49
enabled = true
50
filter = recidive
51
-action = hestia[name=HESTIA]
+action = hestia[name=RECIDIVE]
52
logpath = /var/log/fail2ban.log
53
maxretry = 5
54
findtime = 86400
0 commit comments