跳转到内容

V2rayserver:修订间差异

来自FC
FC留言 | 贡献
FC移动页面V2rayV2rayserver,不留重定向
 
(没有差异)

2024年3月18日 (一) 11:06的最新版本

一键脚本

linux下输入然后看着来:bash <(curl -s -L https://git.io/v2ray.sh)

手动安装

ubuntu下

服务器与客户机时间相差不超过5分钟,差太多要修改时区

下载链接: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