mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
- This allows disabling syslog daemons. - Fall back to using file based monitoring for Apache. Tests performed: - Before and after the patch, connecting via SSH and typing in incorrect password leads to a entry in fail2ban.log. 10 incorrect attempts result in a 10 minute ban. - Before and after the patch, typing in incorrect password for radicale leads to a entry in fail2ban.log. 10 incorrect attempts result in a 10 minute ban. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
[DEFAULT]
|
|
# 10 tries in the last 10 minutes before banning for 10 minutes
|
|
maxretry = 10
|
|
backend = systemd
|