PT盒子教程Seedbox 一键脚本

Github项目地址:jerry048/Dedicated-Seedbox

https://github.com/jerry048/Dedicated-Seedbox

建议系统:Debian10

1:开启BBR

#首先先更新下系统,然后安装依赖组建:

apt-get update
apt-get update && apt-get install -y wget curl
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
#检测是否正常开启BBR:
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

2:安装一键脚本:  默认IP:8080 登录

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) 123123 456456 1

备注:123123=用户名、456456=密码、1=缓存(可自行修改,默认也可以。)

 

 

建议选择:qbit 4.3.8     deluge不下     bbr手动

按键顺序:Y-N-N-N

Tagged on: , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.