空白网络|资源分享基地

#教程#V2ray八合一脚本

经常需要用到V2ray,所以今天记录一下GitHub上找到的八合一脚本,使用起来也很方便。

开始

链接上你的VPS,如果是初始系统需要更新一下

#Centos
 yun update -y
#Ubuntu/Debian
 apt update -y

本站fork地址:

https://github.com/aihoom/v2ray-agent

原地址

https://github.com/mack-a/v2ray-agent

一键脚本

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »