0、买服务

1、安装GIT

Centos执行这个: yum -y install git Ubuntu/Debian执行这个: apt-get update && apt-get -y install git

2、下载ss脚本

git clone https://github.com/suniceman/ss-fly

3、运行

ss-fly/ss-fly.sh -i 密码 1024

4、开启bbr

ss-fly/ss-fly.sh -bbr

5、重启reboot

6、验证

sysctl net.ipv4.tcp_available_congestion_control
--》显示结果有bbr就说明成功了。
net.ipv4.tcp_available_congestion_control = bbr cubic reno


附:IP被封情况查询地址:​http://t.cn/Ai9IymoR">​http://t.cn/Ai9IymoR​

(完)