We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh root@vps_ip -p ssh_port
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh chmod +x shadowsocks-all.sh ./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
根据命令提示选择 至完成。
启动/配置
ssserver -c /etc/shadowsocks-python/config.json -d start # 更多命令查看 ssserver --help
客户端下载 macos
TCP BBR 是 Google 开源的 拥塞控制算法,类似锐速的单边加速工具。由于受到各方面限制,国外的vps速度不理想,偶尔有延迟、不稳定的现象出现。而bbr的作用,就是要解决这一问题
使用root用户登录,运行以下命令:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh
安装完成后,脚本会提示需要重启 VPS,输入 y 并回车后重启。重启后,执行命令:
lsmod | grep bbr
返回值有 tcp_bbr 模块即说明bbr已启动。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
登录 vps
安装 shadowsocks
根据命令提示选择 至完成。
启动/配置
客户端下载 macos
TCP BBR 拥塞控制算法(加速优化)
TCP BBR 是 Google 开源的 拥塞控制算法,类似锐速的单边加速工具。由于受到各方面限制,国外的vps速度不理想,偶尔有延迟、不稳定的现象出现。而bbr的作用,就是要解决这一问题
使用root用户登录,运行以下命令:
安装完成后,脚本会提示需要重启 VPS,输入 y 并回车后重启。重启后,执行命令:
返回值有 tcp_bbr 模块即说明bbr已启动。
参考:
The text was updated successfully, but these errors were encountered: