BBR(Bottleneck Bandwidth and Round-trip propagation time)是 Google 提出的拥塞控制算法,用于提高网络性能。BBR2 是 BBR 的更新版本,旨在进一步优化带宽利用率和延迟。 内核版本要求 BBR2 需要 Linux 5.15 及以上内核版本。 更新sysctl.conf cat>> /etc/sysctl.conf <
开启BBR加速: bash echo "net.core.default_qdisc=fq" | sudo tee -a /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" | sudo tee -a /etc/sysctl.conf sudo sysctl -p 开启ECN: bash echo "net.ipv4.tcp_ecn=1" | sudo tee -a /etc/sysctl.conf echo "net.ipv4.tcp_ecn_...
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh BBR加速非必需,但建议 centos7支持bbrplus和锐速,我选择的是bbrplus。 wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master...
Want to bypass Iran's GFW censorship? You are in the right place! 👻 V2ray VPN with X-UI dashboard, and Cloudflare's CDN, CFW and Self-Signed SSL - x-ui/scripts/bbr.sh at main · keivanipchihagh/x-ui
可通过x-ui命令安装BBR加速 通过以下代码添加 代码语言:javascript 代码运行次数:0 运行 AI代码解释 echo"net.core.default_qdisc=fq">>/etc/sysctl.conf echo"net.ipv4.tcp_congestion_control=bbr">>/etc/sysctl.conf sysctl-p 验证 代码语言:javascript ...
bash <(curl -L -s https://raw.githubusercontent.com/teddysun/across/master/bbr.sh) echo "" before_show_menu } update_shell() { wget -O /usr/bin/x-ui -N --no-check-certificate https://github.com/vaxilu/x-ui/raw/master/x-ui.sh ...
安装bbr 方法一 安装完成后机器会重启 wget--no-check-certificate-q-O"https:///yeyingorg//raw/master/"&&chmod+x &&bashauto 1. 方法二 修改系统变量: echonet.core.default_qdisc=fq >> /etc/sysctl.conf echonet.ipv4.tcp_congestion_control=bbr >> /etc/sysctl.conf ...
bash <(curl -L -s https://raw.githubusercontent.com/teddysun/across/master/bbr.sh) echo "" before_show_menu }update_shell() { wget -O /usr/bin/x-ui -N --no-check-certificate https://github.com/vaxilu/x-ui/raw/master/x-ui.sh ...
dockersslssrproxycloudflaretrojannetflixclashnpsfrpv2rayxraybbrmtproxynaiveproxyhysteriax-ui UpdatedMay 31, 2025 Shell Load more… Improve this page Add a description, image, and links to thex-uitopic page so that developers can more easily learn about it. ...
或执行 ,lsmod | grep bbr 检测 BBR 是否开启。 安装Curl:## ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y ## centos 系统安装 Curl 方法: yum update -y && yum install curl -y#安装x-ui:bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui...