ENH: Ignore errors while unbaning in symbiosis firewall

Fail2Ban at times "interfers" with the firewall reflashing thus leading
to the sporadic errors.  IMHO should be safe to ignore
This commit is contained in:
Yaroslav Halchenko 2014-08-12 11:57:07 -04:00
parent 818dd59d65
commit 93243e7d57

View file

@ -36,7 +36,7 @@ actionban = echo 'all' >| /etc/symbiosis/firewall/blacklist.d/<ip>.auto
# Values: CMD
#
actionunban = rm -f /etc/symbiosis/firewall/blacklist.d/<ip>.auto
iptables -D <chain> -s <ip> -j <blocktype>
iptables -D <chain> -s <ip> -j <blocktype> || :
[Init]