Replies: 4 comments 6 replies
-
|
手机这边使用的是v2rayNG,设置xhttp mode为auto的时候,tcp ping test 600ms,但打不开网页,设置为packet up可以访问网页,测速1.2M/s,虽然还达不到wss的10M,也是能用了。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
我猜是Nginx编译问题,没有正确加入h3所需的module. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
如果单纯启用h3,这个配置 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
VPS是德国的,没有经过CDN。有let's encrypt证书,所以站点有通过其他域名配置其他自研应用,梯子是挂着nginx默认静态页。
由于这个VPS用好几年了,nginx配置也是在location block增减一整套持续尝试。
目前nginx是1.25.3,xray 25.3.6,客户端是v2rayN 7.7.1
nginx http 这一层大致这样:
server
location
xray server的config基本上就是跟example一样,没有特殊的配置。
现在就是,wss方式连接,速度会比较快,也挺稳定的,速度能有10M,xhttp方式就测速平均280K,浏览器经常会显示timeout页,原本的location /xhttp部分注释掉的部分还能用,改为grpc之后反而更差了些。
由于Xray这边的更新说websocket会被deprecate,推荐迁入xhttp,这里有两个问题。
[25/Mar/2025:14:06:54 +0800] "POST /xhttp/3f169[uuid]50e/4 HTTP/3.0" 200 0 "https://example.com/xhttp/3f1[uuid]50e/4?x_padding=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" "quic-go HTTP/3" "h3"是不是我配置哪里不对导致的?Beta Was this translation helpful? Give feedback.
All reactions