-
Notifications
You must be signed in to change notification settings - Fork 386
/
aria2c.conf
55 lines (49 loc) · 1.06 KB
/
aria2c.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
50
51
52
53
54
55
#Setting
dir=/data
dht-file-path=/etc/aria2/dht.dat
#on-download-complete=/etc/aria2/loadfile.sh
save-session-interval=15
force-save=false
log-level=error
# Advanced Options
disable-ipv6=true
file-allocation=none
max-download-result=35
max-download-limit=5000M
user-agent=Mozilla/5.0
# RPC Options
enable-rpc=true
rpc-allow-origin-all=true
rpc-listen-all=true
rpc-save-upload-metadata=true
rpc-secret=MoeClub
rpc-secure=true
rpc-certificate=/etc/nginx/server.cert.pem
rpc-private-key=/etc/nginx/server.key.pem
# see --split option
continue=true
max-concurrent-downloads=10
max-overall-download-limit=0
max-overall-upload-limit=5
max-upload-limit=1
# Http/FTP options
split=16
connect-timeout=120
max-connection-per-server=16
max-file-not-found=2
min-split-size=10M
check-certificate=false
http-no-cache=true
#BT options
bt-enable-lpd=true
bt-max-peers=80
bt-require-crypto=true
follow-torrent=true
listen-port=6881-6999
bt-request-peer-speed-limit=256K
bt-hash-check-seed=true
bt-seed-unverified=true
bt-save-metadata=true
enable-dht=true
enable-peer-exchange=true
seed-time=0