Replies: 2 comments 4 replies
-
好吧,大佬们对vless直接中转貌似都没兴趣,我还是自己用vmess outbound折中方案替代了 |
Beta Was this translation helpful? Give feedback.
4 replies
-
挖个坟,参照配置文件 | Project X。首先,tlsSettings应该在inbound里,中转机里把证书写在outbound的wsSettings了;其次,使用nginx分流的情况下,tls应该是在nginx中配置,v2ray.inbound里不应该再配置tls,否则nginx拿不到明文;最后,落地机配置的inbounds前面缺个逗号 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
之前使用vmess+ws+tls时候,中转机器配置好outbound 的vmess发送到落地机,落地机接收vmess数据即可正常中转成功。
更新v2ray后,尝试配置vless+ws+tls,落地机数据在nginx 处理path处报错400 error,无法被落地机的vless正常处理,落地机v2ray无error和access记录。
配置如下,希望有大佬指点哪里出错了
中转机:
落地机配置:
如果中转机不能直接将vless流量直接转发,那么应该配置成什么协议转发到落地机呢?
当然我知道中转机可以单独配置iptables或者gost纯转发,只是两台机器都有nginx+vless了,想直接用现成工具解决问题。
我理解出错可能是tls下的vless数据只是普通http数据,那这种数据应该怎样链式中转呢?感谢大佬们指点,谢谢!
Beta Was this translation helpful? Give feedback.
All reactions