BBR plus加速(bbr修正版)一键安装与使用
资源外星人自用版本BBR修正,很暴力!在普通BBR、魔改BBR的基础上更加的暴力。
github项目地址:https://github.com/cx9208/bbrplus
# 安装方法:
本脚本只支持KVM不支持ovz
CentOS一键安装脚本(自动安装内核并启用):
wget "https://github.com/cx9208/bbrplus/raw/master/ok_bbrplus_centos.sh" && chmod +x ok_bbrplus_centos.sh && ./ok_bbrplus_centos.sh
#检验时都开启成功
uname -r //显示4.14.90则切换内核成功
lsmod | grep bbr //显示有bbrplus则开启成功