酸酸乳搭建一键脚本

V2RAY

1.安装

wget --no-check-certificate -O shadowsocks-all.sh

https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh

chmod +x shadowsocks-all.sh

./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log

2.卸载

./shadowsocks-all.sh uninstall

3.客户端(win)

https://github.com/shadowsocksrr/shadowsocksr-csharp/releases

4.安装 BBR

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh

chmod +x bbr.sh

./bbr.sh

5.安装(V2ray)

bash <(curl -s -L https://233blog.com/v2ray.sh)

如果提示 curl: command not found ,那是因为你的小鸡没装 Curl
ubuntu/debian 系统安装 Curl 方法:

apt-get update -y && apt-get install curl -y

centos 系统安装 Curl 方法:

yum update -y && yum install curl -y

v2ray一键脚本2

wget -N --no-check-certificate https://raw.githubusercontent.com/KiriKira/v2ray.fun/kiriMod/install.sh && bash install.sh

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

6.客户端(V2ray)

安装包:v2ray-windows-64.zip

v2ray-windows-64.zip

发表评论