mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Forward Firewall: removed PORTFWACCESS flushing from rules.pl
This commit is contained in:
committed by
Michael Tremer
parent
c12392c0ef
commit
f557ea1e59
@@ -145,7 +145,6 @@ sub flush
|
||||
system ("iptables -F FORWARDFW");
|
||||
system ("iptables -F INPUTFW");
|
||||
system ("iptables -F OUTGOINGFW");
|
||||
system ("iptables -F PORTFWACCESS");
|
||||
system ("iptables -t nat -F NAT_DESTINATION");
|
||||
system ("iptables -t nat -F NAT_SOURCE");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user