Skip to content

Commit

Permalink
fix: use tab in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Sep 4, 2023
1 parent 582f046 commit 49f553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/files/ua2f.init
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setup_firewall() {
chain prerouting {
type filter hook prerouting priority mangle -5; policy accept;
meta l4proto != tcp counter return comment "!ua2f: not tcp";
meta l4proto != tcp counter return comment "!ua2f: not tcp";
$([ "$handle_intranet" -ne "1" ] || echo 'ip daddr @localaddr_v4 counter return;')
$([ "$handle_intranet" -ne "1" ] || echo 'ip6 daddr @localaddr_v6 counter return;')
Expand Down

0 comments on commit 49f553d

Please sign in to comment.