V2rayserver:修订间差异
外观
小 FC移动页面V2ray至V2rayserver,不留重定向 |
(没有差异)
|
2024年3月18日 (一) 11:06的最新版本
一键脚本
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