ngosang / trackerslist

Updated list of public BitTorrent trackers
https://ngosang.github.io/trackerslist/
GNU General Public License v2.0
47.51k stars 6.6k forks source link

Add/update aria2 shell script link #462

Closed HaleTom closed 1 year ago

HaleTom commented 1 year ago

The currently linked shell script overwrites any existing config in aria2.conf, which is hardly ideal: https://github.com/wuyuansushen/aria2c_TrackersList/blob/master/TLUpdate.sh#L69-L70

I wrote a script with the following improvements:

https://gist.github.com/HaleTom/fe873dc2f3c5bd14f7418efefc2b91a8

Please consider adding / updating with the above gist link.

lyyJoker commented 1 year ago

unsubscribe

 

------------------ 原始邮件 ------------------ 发件人: "ngosang/trackerslist" @.>; 发送时间: 2023年8月5日(星期六) 下午2:34 @.>; @.***>; 主题: [ngosang/trackerslist] Add/update aria2 shell script link (Issue #462)

The currently linked shell script overwrites any existing config in aria2.conf, which is hardly ideal: https://github.com/wuyuansushen/aria2c_TrackersList/blob/master/TLUpdate.sh#L69-L70

I wrote a (IMHO much cleaner, simpler) script which preserves the existing user config, and only changes the bt-tracker= line: https://gist.github.com/HaleTom/fe873dc2f3c5bd14f7418efefc2b91a8

Please consider adding / updating with the above gist link.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ngosang commented 1 year ago

Added. Thank you!