-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxySettings 设置 xray 代理链死活不通,代码如下 #2388
Comments
要走底层协议的话得用sockopt.dialerProxy |
|
看了下你的配置,觉得你链式代理你配置写的是没问题的。我觉得不是用 sockopt.dialerProxy 这方面的原因。 我是不想(没空)照你配置复现一下了,平时我也不用链式代理形式。 如果你要别人帮你分析,建议你以现在你发的配置,它你测试了是不通(失败)的。日志开Debug,你客户端发起请求,把日志粘贴上来,别人好分析一下了。你要随缘等其它热心人帮助。 |
多谢指点 |
sockopt.dialerProxy 设置后,好像没有效果,通的还是通的、不通的依然不通 以下是代码
以下是 Debug 日志:
|
dokodemo-door 也无法连接 以下是代码
以下是 Debug 日志:
|
你aa的服务器能不能访问bb,先从简单的开始排查。配置和log稍微看了看,不像是配置出问题了,你aa的服务端也记得把去往bb服务端的路由到可以访问bb的出站。 |
在 ClashX Pro 里面所有线路直连/代理链没有问题, |
@vitaminx 建议还是带上完整配置和log进群问大伙,现在只能看见你客户端的情况,不知道服务端什么情况。 |
所有CORE都是同一个版本吗?试试所有客户端和服务器端都用同一版本的V2RAY CORE |
你这个任意门的配置有问题 |
proxySettings relies on the underlying transport protocol being compatible. If proxy A is using TCP and proxy B is using WebSocket, chaining them won't work |
单独链接 proxy-aa 或者 proxy-bb 线路均通
设置 proxy-aa 为 proxy-bb 的前置代理后 proxy-bb 不通,反之亦然
代码如下:
求大佬指点
以下是 Debug 日志:
The text was updated successfully, but these errors were encountered: