搭梯过墙三步走

一台 VPS

重装系统 (DD)

[Linux 一键网络重装系统傻瓜版](https://www.939.me/1969.html)
1
2
3
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/installNET/master/Install.sh"
chmod +x Install.sh
./Install.sh
  • 安装 Debian11 系统 -2-3


更新系统&一键安装 curl wget
1
apt update -y  && apt upgrade -y && apt install -y curl wget sudo

安装 BBR 网络加速脚本

[最新内核 BBR 脚本卸载内核版本](https://github.com/ylx2016/Linux-NetSpeed/)
1
wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
  • 安装 BBR 原版内核 -1-11
  • 安装 BBRplus 新版内核 -5-19


安装代理

[VLESS (TCP_Vision、Reality、gRPC 八合一共存脚本](https://github.com/mack-a/v2ray-agent)
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

八合一一键脚本,快速搭建教程

  • VLESS+TLS_Vision+TCP[推荐〕
  • VLESS+Realityt+uTLSt+Vision[推荐〕

2-1-07


多说无益