diff --git a/yunohost_firewall.py b/yunohost_firewall.py index 62f8f59e..a15f3d95 100644 --- a/yunohost_firewall.py +++ b/yunohost_firewall.py @@ -128,6 +128,7 @@ def firewall_reload(upnp=False): os.system ("iptables -P INPUT DROP") os.system ("ip6tables -P INPUT DROP") + os.system("service fail2ban restart") win_msg(_("Firewall successfully reloaded"))