fix bbr err

This commit is contained in:
xxoommd 2025-05-19 13:08:50 +08:00
parent 7c13cbb324
commit 71cce2b79b

View File

@ -29,7 +29,7 @@ function is_valid_domain() {
echo "Enabling BBR..."
echo "net.core.default_qdisc=fq" | tee -a /etc/sysctl.conf
echo "net.ipv4.tcp.congestion_control=bbr" |tee -a /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" |tee -a /etc/sysctl.conf
sysctl -p
echo -e "\n[INFO] Validate DOMAN: ${BLUE}${DOMAIN}${NC} ..."