aria2.conf add tracker

date
May 23, 2022
slug
tip-aria2-tracker
status
Published
summary
小技巧
tags
tip
type
Post
URL
notion image

Problem & Summary

notion image
  • 增加trackers,给bt下载加速
notion image

Solution

cd /data/aria2-pro/config
# 下载,去掉空行和join by ,
curl -sSL https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt | sed "/^\s*$/d" trackers_all.txt | tr "\n" "," |  sed 's/,$/\n/'
vi aria2.conf
# 将这行tracker-list粘贴到 bt-tracker=
docker restart aria2-pro
docker logs -f aria2-pro


# 这个可以不用去掉空行和join by ,
# https://trackerslist.com/best_aria2.txt 
notion image

Screenshots

 
notion image
notion image

© Ying Bun 2021 - 2024