mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
firewall: Remove redundant rule.
This commit is contained in:
@@ -238,7 +238,6 @@ iptables_init() {
|
||||
if [ "$DROPFORWARD" == "on" ]; then
|
||||
iptables -A FORWARD -m limit --limit 10/minute -j LOG --log-prefix "DROP_FORWARD"
|
||||
fi
|
||||
iptables -A FORWARD -j DROP -m comment --comment "DROP_FORWARD"
|
||||
}
|
||||
|
||||
iptables_red() {
|
||||
|
||||
Reference in New Issue
Block a user