可恶的HDSKY,盒子刷流居然前1小时不给计入流量!!太坏了!我们要想办法防止自己被白嫖!
监听qbittorrent的种子状态,当状态为Paused
,且添加时长大于设定时间时,开始种子
这里是一个配合RSS使用的脚本,在RSS任务中需要勾选添加种子时暂停
选项。
bash <(wget -qO- https://raw.githubusercontent.com/ours1505/qBittorrentAutoResume/master/main.sh)
按照提示输入相关信息即可 程序会自动运行,每60秒检测一次
后续日志查看:
journalctl -u qBittorrentAutoResume.service
开启:
systemctl start qBittorrentAutoResume.service
关闭:
systemctl stop qBittorrentAutoResume.service
重载
systemctl restart qBittorrentAutoResume.service
vim /opt/qBittorrentAutoResume/config.ini
如果qbittorrent运行在docker中,127.0.0.1将无法连接到qb!请使用dockerIP或者直接使用主机公网IP
设置图片