Skip to content

Commit

Permalink
[openwrt] reject fw4 sing-box zone output
Browse files Browse the repository at this point in the history
  • Loading branch information
lirundong committed Dec 31, 2023
1 parent 623cabf commit ccda348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt-builder/files/etc/uci-defaults/99-firewall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ zone_id=$(uci add firewall zone)
uci set firewall.$zone_id.name='sing-box'
uci set firewall.$zone_id.device='tun+'
uci set firewall.$zone_id.input='ACCEPT'
uci set firewall.$zone_id.output='ACCEPT'
uci set firewall.$zone_id.output='REJECT'
uci set firewall.$zone_id.forward='REJECT'

forwarding_id=$(uci add firewall forwarding)
Expand Down

0 comments on commit ccda348

Please sign in to comment.