mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
10 is a little bit to narrow
Bans you if you change passoword while a client is syncing
This commit is contained in:
parent
406a3b5641
commit
8a720d273e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user