-
VPS是德国的,没有经过CDN。有let's encrypt证书,所以站点有通过其他域名配置其他自研应用,梯子是挂着nginx默认静态页。
server
location
xray server的config基本上就是跟example一样,没有特殊的配置。
|
Beta Was this translation helpful? Give feedback.
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.
-
|
Beta Was this translation helpful? Give feedback.
-
我猜是Nginx编译问题,没有正确加入h3所需的module. |
Beta Was this translation helpful? Give feedback.
-
如果单纯启用h3,这个配置 |
Beta Was this translation helpful? Give feedback.
"maxConcurrency": 1
,详见 #4113