wulabing / V2Ray_ws-tls_bash_onekey

MIT License
2.11k stars 922 forks source link

line 397 ExecStart=/usr/local/bin/v2ray -config /etc/v2ray/config.json #84

Open freshbug opened 1 year ago

freshbug commented 1 year ago

v2ray5.1 以后 启动命令改变 应修改为: ExecStart=/usr/local/bin/v2ray run -config /etc/v2ray/config.json

AntiMoron commented 1 year ago

修复很久了,你更新下自己的版本 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/pull/48/files

freshbug commented 1 year ago

修复很久了,你更新下自己的版本 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/pull/48/files

dev版本vless模式没有修复

Sworddust commented 1 year ago

v2ray5.1 以后 启动命令改变 应修改为: ExecStart=/usr/local/bin/v2ray run -config /etc/v2ray/config.json

找了半天的答案,在这里解决了我的问题,感谢

maike2019 commented 7 months ago

我用脚本搭建 Vmess+websocket+TLS+Nginx+Website 就可以正常使用,但同一台VPS搭建VLESS+websocket+TLS+Nginx+Website就无法使用。 自己折腾了三四个小时,反复重装。才发现问题处在这里。按照楼主的方法和https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/issues/94 的主题。在vps /etc/systemd/system 文件夹中找到 v2ray.service, 用记事本打开,将 ExecStart=/usr/local/bin/v2ray -config /etc/v2ray/config.json 更改为 ExecStart=/usr/local/bin/v2ray run -c /etc/v2ray/config.json , 重启之后,搭建的VLESS+websocket+TLS+Nginx+Website 就可以正常使用了。希望作者早日在一键脚本中修复它

maike2019 commented 7 months ago

修复很久了,你更新下自己的版本 https://github.com/wulabing/V2Ray_ws-tls_bash_onekey/pull/48/files 我只会装好后再自己手动修改。请问自己又如何更新脚本呢?

AntiMoron commented 6 months ago

@maike2019 自己当年咋装的,删了重装一遍行不行?另外安装的时候那个bash脚本,直接本地下载了一个install.sh,bash install.sh 第一个选项就是升级脚本啊。这种问题自己要找出路的。

image