Replies: 4 comments 4 replies
-
{
"test": "test"
} // comment |
Beta Was this translation helpful? Give feedback.
-
对的,这组合tls指纹是go(xray)的。服务端go指纹也是由不良林有个视频带来的热度,至于gfw拿它当不当什么我们也不知道。 有复用带来缓解的tls in tls,感谢你的使用体验。 自定义padding好像有xray的switch有关,现在鸽了。 |
Beta Was this translation helpful? Give feedback.
-
我成功配置好了,但这个不是用vision,应该没有回落的吧,那它是否不能配置伪装网站呢?谢谢 |
Beta Was this translation helpful? Give feedback.
-
没有。
要么回到传统的nginx监听443传递到xray的形式。 要不要回落,防不防主动探测,你认为有主动探测且让你VPS端口IP被封,信则加,不信随便。。。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
服务端回落参数是可选,个人推荐加吧。由Xray监听443,不能启用Vision流控,但是有http2带来的复用buff。参考gRPC用了这么久,个人认为不会很快遇到被封端口,需要自己实验(不负责)
"network": "h2",
这里写成http
和写h2
是一样的效果。以前这个组合没人提,那时http/h2不快,现在REALITY出来h2已经修过了,好起来了。不要忘记用这个隐藏参数。
服务端入站部分
客户端出站部分
Beta Was this translation helpful? Give feedback.
All reactions