10 is a little bit to narrow

Bans you if you change passoword while a client is syncing
This commit is contained in:
Daniel Hansson 2019-01-19 10:05:53 +01:00 committed by GitHub
parent 406a3b5641
commit 8a720d273e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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