Add files via upload

This commit is contained in:
xVRVx
2026-02-03 23:29:10 +03:00
committed by GitHub
parent 52f28ebc0c
commit 72bd8793dc
2 changed files with 4 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ bbr=$(sysctl -a | grep net.ipv4.tcp_congestion_control)
if [ "$bbr" = "net.ipv4.tcp_congestion_control = bbr" ]; then
echo "BBR уже запущен"
else
echo "net.core.default_qdisc=fq" >> /etc/sysctl.d/99-Xauto.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.d/99-Xauto.conf
echo "net.core.default_qdisc=fq" >> /etc/sysctl.d/999-autoXRAY.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.d/999-autoXRAY.conf
sysctl --system
echo "BBR активирован"
fi