mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
firewall: Remove rule that allows access to everything.
This commit is contained in:
@@ -111,7 +111,6 @@ if($param eq 'flush'){
|
||||
system ("/usr/sbin/firewall-policy");
|
||||
}elsif($fwdfwsettings{'POLICY'} eq 'MODE2'){
|
||||
&p2pblock;
|
||||
system ("iptables --wait -A $CHAIN -m conntrack --ctstate NEW -j ACCEPT");
|
||||
system ("/usr/sbin/firewall-policy");
|
||||
system ("/etc/sysconfig/firewall.local reload");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user