Fail2Ban module bugs

For the Fail2Ban module you are missing /etc/fail2ban/jail.local in the Edit Config Files drop down list.

Also when you try to save the Default Jail Options you get a empty save error -> Failed to save default jail options :

Status: 
Closed (fixed)

Comments

To fix the missing jail.local file I simply changed line 448 in fail2ban-lib.pl too...

push(@rv, glob("$config{'config_dir'}/jail.*"));

These will both be fixed in the next release. You can work around the failure to save default jail options by entering IPs instead of IP/netmask in the IPs never to ban field.

Automatically closed -- issue fixed for 2 weeks with no activity.