failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: failed to find an
available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket:
failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://zzhjiyin.cf/ns)
提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。 如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用Discussion进行讨论。
1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 客户端版本:4.21.3,服务器:4.22.1 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。
4) 你期待看到的正确表现是怎样的? 正常工作 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
服务器端配置(/etc/v2ray/233blog_v2ray_config.json):
服务器配置文件(/etc/v2ray/conf.json)
客户端配置:
6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在
/var/log/v2ray/error.log
文件中。服务器端错误日志:
客户端错误日志:
7) 请附上访问日志。在 Linux 中,日志通常在
/var/log/v2ray/access.log
文件中。8) 其它相关的配置文件(如 Nginx)和相关日志。 Nginx配置
9) 如果 V2Ray 无法启动,请附上
--test
输出。通常的命令为
/usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.json
。请按实际情况修改。10) 如果 V2Ray 服务运行不正常,请附上 journal 日志。
通常的命令为
journalctl -u v2ray
。请预览一下你填的内容再提交。