From d3c75609d5aad80b428809cf7e597894abdcc74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E4=BC=9F?= <624371359@qq.com> Date: Mon, 13 May 2019 15:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3BT=E6=97=A0=E6=B3=95=E5=85=A8?= =?UTF-8?q?=E9=80=9F=E4=B8=8B=E8=BD=BD=E9=97=AE=E9=A2=98=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0DHT=E7=BC=93=E5=AD=98=E8=B7=AF=E5=BE=84=E5=92=8Cbt-tra?= =?UTF-8?q?cker=E5=B1=9E=E6=80=A7=EF=BC=8Cscripts=E9=87=8C=E5=A5=BD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/aria2/config/aria2.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/aria2/config/aria2.conf b/apps/aria2/config/aria2.conf index e0b1d75..82c607a 100644 --- a/apps/aria2/config/aria2.conf +++ b/apps/aria2/config/aria2.conf @@ -42,6 +42,11 @@ max-upload-limit=0 #referer=* #文件保存路径, 默认为当前启动位置 dir=/extdisks/sda1/下载 +#IPv4 DHT routing table file to PATH(IPV6默认没有打开的) +#dht-file-path=/extdisks/sda1/下载/.aria2/dht.dat +#dht-file-path6=/extdisks/sda1/下载/.aria2/dht6.dat +#bt-tracker +#bt-tracker= #文件缓存, 使用内置的文件缓存, 如果你不相信Linux内核文件缓存和磁盘内置缓存时使用, 需要1.16及以上版本 #disk-cache=0 #另一种Linux文件缓存方式, 使用前确保您使用的内核支持此选项, 需要1.15及以上版本(?) @@ -55,4 +60,4 @@ check-certificate=false input-file=/etc/aria2.session save-session=/etc/aria2.session save-session-interval=60 -log-level=warn \ No newline at end of file +log-level=warn