lchunghan 发表于 2021-10-3 15:20

aria2 更新了 1.36

本帖最后由 lchunghan 于 2021-10-3 16:20 编辑

https://github.com/aria2/aria2

Changes

    Update wslay

    Bump Windows build dependencies

    Bump android build dependencies

    Fix segfault when time_t is 64bit on 32bit arch

    Patch from Natanael Copa

    GH-1666

    Updates the make_bash_completion script to Python3.

    Patch from sleepymac

GH-1672

    Prevent corrupt downloads after app and/or system crash

    Patch from Ali MJ Al-Nasrawy

    GH-1644

    Reset sessionDownloadLength and sessionUploadLength on download start

    GH-1486

    AppleTLS: Add TLSv1.3 support



基本 aria2.conf

# 文件的保存路径
dir=【某盘】
# 文件的日志路径
log=【某盘】\aria2\aria2.log
# 表单报告路径
input-file=【某盘】\aria2\aria2.session
# 会话控制保存路径
save-session=【某盘】\aria2\aria2.session
# 定时保存会话
save-session-interval=60
# 强制保存aria2文件,即使任务已经完成, 默认:false
force-save=false
# 日志范围
log-level=error
# netrc路径
netrc-path=【某盘】\aria2\.netrc

# BT服务器地址
bt-tracker=【自己填写】

# 最大同时下载任务数, 运行时可修改, 默认:5
max-concurrent-downloads=5
# 断点续传
continue=true
# 整体下载速度限制, 运行时可修改, 默认:0
max-overall-download-limit=0
# 整体上传速度限制, 运行时可修改, 默认:0不限制
max-overall-upload-limit=2000K
# 单个上传速度限制, 默认0不限制
max-upload-limit=0
# 尝试重连次数, 0代表无限, 默认:5
max-tries=0
# 重连冷却, 默认:0
retry-wait=0

# 链接超时 默认120
connect-timeout=120
# 最低限速
lowest-speed-limit=10K
# 最大连接数
max-connection-per-server=10
# 最多丢失次数
max-file-not-found=10
# 分片大小 取值范围1M -1024M
min-split-size=1M
# 单个任务最大线程数, 添加时可指定, 默认:5
split=10
# 证书检查
check-certificate=false
# 网页缓存
http-no-cache=true

#DHT ipv4 路径
dht-file-path=【某盘】\aria2\.cache\aria2\dht.dat
#DHT ipv6 路径
dht-file-path6=【某盘】\aria2\.cache\aria2\dht6.dat
#DHT端口
dht-listen-port=44012-44022
#监听端口
listen-port=44001-44011
# 本地节点查找, 默认:false
bt-enable-lpd=true
# 当下载的是一个种子(以.torrent结尾)时, 自动开始BT任务, 默认:true
follow-torrent=true
# 打开IPv6 DHT功能,关闭:false打开:true
enable-dht6=true
# 继续之前的BT任务时, 无需再次校验, 默认:false
bt-seed-unverified
# BT校验 默认:true
bt-hash-check-seed
# 删除不要的文件 默认:true
bt-remove-unselected-file
# 每个种子限速, 对少种的PT很有用, 默认:50K
bt-request-peer-speed-limit=50K
# 当种子的分享率达到这个数时默认:1.0设置0时不能完成任务
seed-ratio=1.2

# 启用RPC服务器, 默认:false关闭, 关闭状态不能本地链接下载只能true
enable-rpc=true
# 终止服务器 默认:true开启要本地下载只能false关闭
pause=false
# 允许所有来源, 默认:false
rpc-allow-origin-all=true
# 允许非外部访问, 默认:false
rpc-listen-all=true
# 保存上传源数据
rpc-save-upload-metadata=true
# 服务器安全检查默认:true开启 本地下载关闭false
rpc-secure=false

# 服务请求
daemon=true
# 删除IPv6, 默认:false关闭设置true开启
disable-ipv6=false
# 内存映射文件 默认:true开启
enable-mmap=true
# 指定文件配分方法
file-allocation=falloc
# 最大下载效果
max-download-result=120
# 强制顺序 默认:false
force-sequential=true
# 强制统一源标识符 默认:false
parameterized-uri=true



   


lchunghan 发表于 2021-10-3 16:34

本帖最后由 lchunghan 于 2021-10-3 16:37 编辑


BT服务器列表

Aria2:
- View the tracker list in Aria2 format

    BEST Tracker list:
    https://trackerslist.com/best_aria2.txt
    https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/best_aria2.txt
    ALL Tracker list:
    https://trackerslist.com/all_aria2.txt
    https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/all_aria2.txt
    HTTP(S) Tracker list:
    https://trackerslist.com/http_aria2.txt
    https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/http_aria2.txt



After copying the contents of the Aria2 Format Tracker file, paste it into the bt-tracker= tail in the aria2.conf configuration file. Example:

bt-tracker=http://xxx.xx:80/announce,udp://yyy.yy:80/announce

————————————————————————————————————————————————

启动 保存BAT
aria2c --conf-path=aria2.conf -D



lchunghan 发表于 2021-10-3 16:39

基本下载窗口是这样的





图标自己制作 !


hehao2046 发表于 2023-1-15 21:05

正是我想要的。
页: [1]
查看完整版本: aria2 更新了 1.36