-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy patharia2.conf
49 lines (45 loc) · 1010 Bytes
/
aria2.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Basic Options
listen-port=6881-6999
dir= path_for_downloads
input-file=/opt/var/aria2/session.dat
log-level=notice
log=/opt/var/log/aria2.log
disk-cache=0
# HTTP/Download
max-connection-per-server=2
on-download-complete=exit
allow-overwrite=true
# BitTorrent/Metalink Options
enable-dht=true
dht-file-path=/opt/var/aria2/dht.dat
dht-listen-port=6881-6999
bt-enable-lpd=true
bt-max-open-files=20
bt-detach-seed-only=true
bt-max-peers=10
bt-hash-check-seed=true
bt-save-metadata=true
bt-require-crypto=true
bt-save-metadata=true
max-overall-upload-limit=0
max-overall-download-limit=0
max-concurrent-downloads=1
max-concurrent-downloads=1
max-connection-per-server=8
seed-ratio=0
enable-peer-exchange=true
min-split-size=5M
split=8
check-integrity=false
# RPC Options
enable-rpc=true
rpc-allow-origin-all=true
rpc-listen-all=true
check-certificate=false
# Advanced Options
disable-ipv6=true
daemon=true
force-save=true
save-session=/opt/var/aria2/session.dat
save-session-interval=60
file-allocation=none