Thursday, November 23, 2023

V2RAY常见的一键安装脚本

 V2RAY 作为一种优秀的代理软件工具,常见的一键脚本有233boy 版、王超版、wulabing 版和 mack-a 版。

233boy 版:

bash <(curl -s -L https://git.io/v2ray.sh)


王超版:   bash <(curl -sL 

https://down.wangchao.info/sh/v2ray/setup.sh)


wulabing版:  apt-get update -y && apt-get install wget -y && apt-get install curl -y


mack-a 版:   apt-get update -y && apt-get install wget -y && apt-get install curl -y


另外还有两个所谓的8合1脚本:

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


wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh(备用)


Reality mack-a版:

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

一般选择[5.REALITY管理] –选则1安装 – 端口输入443–输入域名最低标准为:国外网站,支持 TLSv1.3 、H2–后面回车。

No comments:

Post a Comment