From 8a720d273ec034932e45da27c16dc5cb12a5142f Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 19 Jan 2019 10:05:53 +0100 Subject: [PATCH] 10 is a little bit to narrow Bans you if you change passoword while a client is syncing --- apps/fail2ban.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh index c95ee1d6..d36787fa 100644 --- a/apps/fail2ban.sh +++ b/apps/fail2ban.sh @@ -31,7 +31,7 @@ BANTIME_=600000 # cooldown time for incorrect passwords FINDTIME_=1800 # failed attempts before banning an IP -MAXRETRY_=10 +MAXRETRY_=20 apt update -q4 & spinner_loading check_command apt install fail2ban -y