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
pull/778/head
Yaroslav Halchenko 2014-08-12 11:57:07 -04:00
parent 818dd59d65
commit 93243e7d57
1 changed files with 1 additions and 1 deletions

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]