From 9675b7770d29e863bf06e8dcccdc1417f31f86ca Mon Sep 17 00:00:00 2001 From: Zxilly Date: Fri, 1 Sep 2023 10:50:22 +0800 Subject: [PATCH] fix: nft syntax as #90 --- 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 1fd6805..8e300f4 100755 --- a/openwrt/files/ua2f.init +++ b/openwrt/files/ua2f.init @@ -73,7 +73,7 @@ setup_firewall() { $([ "$handle_tls" -eq "1" ] || echo 'tcp dport 443 counter return comment "!ua2f: bypass HTTPS";') tcp dport 80 counter ct mark set 44; ct mark 43 counter return comment "!ua2f: bypass non-http stream"; - ct original counter queue num 10010 bypass; + ct original queue num 10010 bypass; } } EOF