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
Andris PE authored and ABu33 committed Dec 21, 2024
1 parent d05b8f4 commit 0088231
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 0088231

Please sign in to comment.