Replies: 2 comments 4 replies
-
个人没用过 trojan-go,发言权有限,但是需要注意的是:回落是指 Xray 使用相应证书把流量做了TLS解密后,再转发到某处。看起来这里 trojan-go 以为流量是未经解密的,所以出了问题。个人不清楚 trojan-go 是否接受明文流量,不过您应该了解。 |
Beta Was this translation helpful? Give feedback.
4 replies
-
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.
-
找了其他资料,有篇是用Nginx放前置 走 L4 转发,再转发给内部其他代理。相对比较麻烦。
刚用xray,目前测试 vless+tcp+xtls to freedom 正常。
看文档xray自己有一个trojan的。但是我想用 xray 监听443 Trojan-go 监听其他端口,
实现:
browser -- Trojan-go -- xray client -- xray server -- Trojan-go -- www.google.com
或
browser -- xray client (加 trojan配置) -- xray server -- Trojan-go -- www.google.com
能否实现?调了半天没成功。数据是回落到Trojan-go了
Trojan-go错误:failed to perform tls handshake with
失败配置
Client.json
Server.json
Beta Was this translation helpful? Give feedback.
All reactions