文章背景图

BBR加速一键脚本

2026-03-14
10
-
- 分钟
|

安装wget crul

yum -y install wget    #ContOS 安装 wget
apt-get install wget   #Debian Ubuntu 安装 wget
yum -y install curl    #ContOS 安装 curl
apt-get install curl   #Debian Ubuntu 安装 crul

Debian CentOS 开启自带BBR加速

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr

四合一 BBR Plus / 原版BBR / 魔改BBR

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

评论交流

文章目录