下面推荐几个BBR一键安装脚本,有需要的可以自取,选择其中一个就行。
安装脚本1(多合一脚本)
使用SSH客户端连接你的VPS服务器,运行以下脚本,下面2个脚本最终效果一样。(二选一)文章源自合一学院-https://unvmax.com/bbr%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac%e6%8e%a8%e8%8d%90.html
wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
安装成功,重启VPS之后我们重新连接服务器。输入下列指令来进行管理BBR。文章源自合一学院-https://unvmax.com/bbr%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac%e6%8e%a8%e8%8d%90.html
./tcp.sh
安装脚本2(谷歌原版官方BBR加速脚本)
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
安装脚本3(一应俱全)
wget --no-check-certificate -O tcpx.sh https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcpx.sh&&chmod +x tcpx.sh&&./tcpx.sh
安装完成后可以用以下命令进行管理文章源自合一学院-https://unvmax.com/bbr%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac%e6%8e%a8%e8%8d%90.html
./tcpx.sh文章源自合一学院-https://unvmax.com/bbr%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac%e6%8e%a8%e8%8d%90.html