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