Closed zhvala closed 1 year ago
Please use netstat to check the ports using. Your code runs success on Linux machine doesn't mean it will run success on macOS. It depend on the available ports on each machine.
Run:
sudo lsof -n -i :8888 | grep LISTEN
The first string is the command. The next item is the PID. Kill the process with:
kill -9 PID
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days
你正在使用哪个版本的 V2Ray?
V2Ray: v5.3.0 Platform: MacOS 13.2.1 Golang 1.20.1
你的使用场景是什么?
场景特殊需要基于v2ray-core做二次开发,基本架构inbound socks5,outbound vemss,截取出问题的代码:
你看到的异常现象是什么?
但实际上8888端口并没有任何程序占用,另外这段代码在Linux 上运行没有问题。
你期待看到的正常表现是怎样的?
Instance 正确启动
请附上你的配置
服务端配置:
客户端配置:
请附上出错时软件输出的错误日志
服务器端错误日志:
客户端错误日志:
请附上访问日志
其它相关的配置文件(如 Nginx)和相关日志
如果 V2Ray 无法启动,请附上
--test
命令的输出如果 V2Ray 服务运行异常,请附上 journal 日志