mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Name of the jail has to be less than 29 characters for an iptables/nft chain to be created. - Make the regular expressions more specific to avoid matching incorrect fields for <HOST>. - Added journalmatch to improve performance by matching the regular expressions against only specific journal entries. Tests: - Run setup.py, remove the old jail and filter files. Restart fail2ban and make 10 incorrect login attempts. The IP address gets banned for 10 minutes. - Not run: Build new freedombox package and upgrade from older version to see that old configuration files have been removed. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>