去年我们介绍了 最新谷歌 BBR v3 加速一键脚本代码,实测速度提升明显且稳定,脚本主要是针对 KVM 架构的 Linux VPS。实际上除了主流的 KVM虚拟外,国外还是有一些商家还在销售 OpenVZ VPS,主打一个便宜,OpenVZ VPS 性价比非常高,价格便宜,Linux 运行效率高,不超售情况下表现优于 KVM,缺点是 OpenVZ VPS 内核不独立,特别容易超售。刚开始 BBR 出来的时候,不支持 OpenVZ 的,后来有大佬开发除了魔改版,不过要注意的是 OpenVZ VPS 必须有 TUN/TAP 功能,有的主机商家不提供 TUN/TAP 功能,也有是默认关闭的,需要手动开启。网上主要提供以下几种解决方案。
BBRPLUS lkl-haproxy
lkl-linux+haproxy hack 版本 bbrplus,在 OpenVZ 工作良好。需要开启 TUN/TAP 和至少 256M 空余内存。
将以下代码复制到终端中,支持 Debian / Ubuntu / CentOS 镜像。
wget --no-check-certificate --no-cache -O lkl-haproxy.sh https://github.com/mzz2017/lkl-haproxy/raw/master/lkl-haproxy.sh && bash lkl
执行后按提示输入对应的内容。
[Info] 选择你要使用的功能: 1.安装 lkl bbrplus 2.检查 lkl bbrplus运行状态 3.卸载 lkl bbrplus 输入数字以选择:
NanQinLang
Debian
wget https://github.com/tcp-nanqinlang/lkl-haproxy/releases/download/1.1.1/tcp_nanqinlang-haproxy-debian.sh bash tcp_nanqinlang-haproxy-debian.sh
CentOS
wget https://github.com/tcp-nanqinlang/lkl-haproxy/releases/download/1.1.1/tcp_nanqinlang-haproxy-centos.sh bash tcp_nanqinlang-haproxy-centos.sh
NanQinLang/Rinetd
Debian 单网卡
wget https://github.com/tcp-nanqinlang/lkl-rinetd/releases/download/1.1.0/tcp_nanqinlang-rinetd-debianorubuntu.sh bash tcp_nanqinlang-rinetd-debianorubuntu.sh
多网卡
wget https://github.com/tcp-nanqinlang/lkl-rinetd/releases/download/1.1.0/tcp_nanqinlang-rinetd-debianorubuntu-multiNIC.sh bash tcp_nanqinlang-rinetd-debianorubuntu-multiNIC.sh
CentOS 单网卡
wget https://github.com/tcp-nanqinlang/lkl-rinetd/releases/download/1.1.0/tcp_nanqinlang-rinetd-centos.sh bash tcp_nanqinlang-rinetd-centos.sh
多网卡
wget https://github.com/tcp-nanqinlang/lkl-rinetd/releases/download/1.1.0/tcp_nanqinlang-rinetd-centos-multiNIC.sh bash tcp_nanqinlang-rinetd-centos-multiNIC.sh