V2rayserver
外观
一键脚本
linux下输入然后看着来:bash <(curl -s -L https://git.io/v2ray.sh)
手动安装
ubuntu下
下载链接:https://github.com/v2fly/fhs-install-v2ray
安装命令:# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
修改配置文件:# nano /usr/local/etc/v2ray/config.json看着改,改好保存
启动v2ray服务:# systemctl start v2ray.service
卸载命令:# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove