Skip to content

Commit

Permalink
Drop to-be-forwarded-nowhere packets on wans
Browse files Browse the repository at this point in the history
Dropping packets with no clear forward destination is nicer than
rejecting them. Especially when some providers punish users for spoofing
caused by their noisy infra.

Fixes: openwrt/openwrt#13340
  • Loading branch information
ABu33 committed Jun 8, 2024
1 parent cbaa8fb commit 35fb7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/config/firewall
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config zone
list network 'wan6'
option input REJECT
option output ACCEPT
option forward REJECT
option forward DROP
option masq 1
option mtu_fix 1

Expand Down

0 comments on commit 35fb7c0

Please sign in to comment.