From 97cd1e6b70cdf0a772a3d4fcbcb59e372ba916b2 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sun, 7 Jun 2026 23:32:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/bbr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bbr.sh b/bin/bbr.sh index 5332723..5f510d4 100644 --- a/bin/bbr.sh +++ b/bin/bbr.sh @@ -1,3 +1,4 @@ +# 开启BBR加速 enable_kernel_bbr(){ if [ "$(id -u)" -ne 0 ]; then echo "请使用 root 权限运行该操作"