-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call for WebTunnel bridges #263
Comments
根据我们的实践,“looks like a real websocket”正是问题。WSS 常被用来翻墙,故已被中国 GFW 针对,WSS 被封的报告持续不断。 建议改用 streaming request,比如,一条子连接负责上传数据,另一条子连接负责下载数据。它不仅支持 h2,还支持 h3。 According to our experience, "looks like a real websocket" is a problem. WSS is often used to jump the wall, so it has been targeted by China GFW, and the reports of WSS have continued. It is recommended to use streaming request. For example, one sub-connection is responsible for uploading data, and the other is responsible for downloading data. It supports not only h2, but also h3. |
@RPRX When you say "streaming request," would gRPC or h2 be recommended methods? |
我的意思是对 Tor 来说,一个 HTTP 请求加另一个 HTTP 响应拼成全双工,就不必用 WSS 了,这样能解决 ALPN 问题,还能走 H3 Xray-core 的话,早已 deprecated WSS,推荐换用 gRPC:XTLS/Xray-core#1750 (comment) 、XTLS/Xray-core#1750 (comment) What I mean is that for Tor, one HTTP request plus another HTTP response is spliced into full duplex, so you don't have to use WSS, which solves the ALPN problem, and you can still use H3. Xray-core has long since deprecated WSS, so I recommend switching to gRPC: XTLS/Xray-core#1750 (comment), XTLS/Xray-core#1750 (comment) |
More info about WSS in China: XTLS/Xray-core#2175 (comment), XTLS/Xray-core#2175 (comment) |
https://forum.torproject.org/t/8180
WebTunnel support is already included in current Tor Browser alpha releases, but the only way to use it at this point is by manually pasting in a bridge line from https://bridges.torproject.org/.
The text was updated successfully, but these errors were encountered: