firmware/src/packages/fff/fff-gateway/files/usr/lib/firewall.d/10-no-forward-wan

4 lines
190 B
Plaintext

# Ensure nothing is forwarded onto WAN interface
iptables -A FORWARD -o $IF_WAN -j REJECT --reject-with icmp-net-unreachable
ip6tables -A FORWARD -o $IF_WAN -j REJECT --reject-with no-route