From 49f553dcf7ea587f6935f553dd3d0bf50d8b5493 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Mon, 4 Sep 2023 22:00:53 +0800 Subject: [PATCH] fix: use tab in script --- openwrt/files/ua2f.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/files/ua2f.init b/openwrt/files/ua2f.init index e467a406..54828ff1 100755 --- a/openwrt/files/ua2f.init +++ b/openwrt/files/ua2f.init @@ -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;')