Closed HaleTom closed 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: @.***>
Added. Thank you!
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-L70I wrote a script with the following improvements:
bt-tracker=
linehttps://gist.github.com/HaleTom/fe873dc2f3c5bd14f7418efefc2b91a8
Please consider adding / updating with the above gist link.