You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
服务器ubuntu 18.04,有一张网卡,还有一个TUN卡
启动下面命令行
vs -L=vmess://a684455c-b14f-11ea-bf0d-42010aaa0003@0.0.0.0:4434
报告错误,但是没有影响正常使用,在另外一台ubuntu 18上只有网卡,就没有报错
2022/12/09 11:17:33 No -c provided and default "client.toml" doesn't exist
2022/12/09 11:17:33 trying listenURL and dialURL
2022-12-09 11:17:33.757 INFO Program started
2022-12-09 11:17:33.757 INFO zap log init complete. {"logfile": "/usr/lib/systemd/system/vs_log"}
2022-12-09 11:17:33.758 INFO Working at {"dir": "/usr/lib/systemd/system"}
Log Level:1
2022-12-09 11:17:33.758 INFO Options {"Log Level": "info", "UseReadv": true}
2022-12-09 11:17:33.758 INFO Listening {"protocol": "+vmess", "listen_addr": "0.0.0.0:4434", "defaultClient": "dual+direct", "dial_addr": ""}
2022-12-09 11:17:33.758 ERROR ListenSer failed {"addr": "0.0.0.0:4434", "error": "listen tcp 0.0.0.0:4434: bind: address already in use"}
在启动命令行之前已经用下面命令确认4434端口无论tcp或udp都没有使用
netstat -tunap
The text was updated successfully, but these errors were encountered: