如何用Virmach不触犯TOS地刷PT

/ 1评 / 1

相信很多人有Virmach小鸡,以严格的限制而出名,在开始之前先复习下,究竟限制是什么?如何化解.

建议起步配置:

比如我的启动示例.

docker run -d \
  --name=qbittorrent \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Asia/Shanghai \
  -e WEBUI_PORT=8080 \
  -p 49152:49152 \
  -p 49152:49152/udp \
  -p 8080:8080 \
  -v /mnt/config:/config \
  -v /mnt/downloads:/downloads \
  --restart unless-stopped \
  --device-read-iops /dev/vda:80 \
  --device-write-iops /dev/vda:80 \
  --device-read-bps /dev/vda:300mb \
  --device-write-bps /dev/vda:300mb \
  --cpus 0.3 \
  ghcr.io/linuxserver/qbittorrent

PT工具的参考配置:

{
  "endpoint": "http://23.94.26.1:8080",
  "username": "admin",
  "password": "adminadmin",
  "remark": "Virmach (#2)",
  "enable": true,
  "rule": {
    "concurrent_download": 1,
    "disk_threshold": 1073741274,
    "max_speed": 5242880,
    "min_alivetime": 3600,
    "max_alivetime": 86400,
    "min_tasksize": 0,
    "max_tasksize": 5368706371,
    "max_disklatency": 5000
  }
}

这个配置目前运行了3天左右,暂未收到任何警告,如果后续有问题再更新.


有问到为什么抢不过其他PT机什么的,这很正常啊,要是抢过了你就不怕Virmach小黑屋?

部分没被刷新到可能是网络原因或已暂停.
  1. […] 如何用Virmach不触犯TOS地刷PT 2021年4月21日 […]

回复 [BETA]改进版的PT自动工具 – TaterLi 个人博客 取消回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注