mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Forward Firewall: on every reload of the new firewall-rules the firewall.local is also reloaded
This commit is contained in:
committed by
Michael Tremer
parent
ff4770c79b
commit
674f4e9d51
@@ -139,6 +139,7 @@ if($param eq 'flush'){
|
||||
&p2pblock;
|
||||
system ("iptables -A $CHAIN -m state --state NEW -j ACCEPT");
|
||||
system ("/usr/sbin/firewall-policy");
|
||||
system ("/etc/sysconfig/firewall.local reload");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user