安装

传统功夫,点到为止,再下去就喝茶了

v2ray官网

dockerhub v2fly

能跑的安装但是很麻烦,出了很多错误

1
2
3
4
apt update
apt install curl
curl -O https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh # 进不去?curl --help 有proxy
bash install-release.sh # 升级也是他,无需担心,就当update用

启动,关闭,验证

1
2
3
4
systemctl start v2ray
systemctl enable v2ray
systemctl status v2ray
systemctl stop v2ray

配置文件

位置:/usr/local/etc/v2ray

没找到/sbin/init目录

1
2
apt update
apt install systemd

curl 77 error 什么什么 ca-certificates 什么玩应

1
apt-get install --reinstall ca-certificates

curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0

不是问题,弹出来四五次但是自己消失了