Last active
March 28, 2019 19:34
-
-
Save sajithneyo/414194f71cc6ee3058df6897ec681ac5 to your computer and use it in GitHub Desktop.
Aria2 configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##files | |
dir=/user/downloads | |
file-allocation=falloc | |
continue=true | |
daemon=true | |
disk-cache=32M | |
##logging | |
log=/user/aria2/aria2.log | |
console-log-level=warn | |
log-level=notice | |
##downloads | |
max-concurrent-downloads=5 | |
max-connection-per-server=5 | |
min-split-size=20M | |
split=4 | |
disable-ipv6=true | |
##sessions | |
force-save=true | |
input-file=/user/aria2/ses/aria2.session | |
save-session=/user/aria2/ses/aria2.session | |
save-session-interval=10 | |
##security | |
http-auth-challenge=true | |
check-certificate=false | |
enable-rpc=true | |
rpc-listen-all=true | |
rpc-secret=*YOUR TOKEN* | |
#rpc-secure=true | |
#rpc-allow-origin-all=true | |
#rpc-certificate=/user/aria2/cet/aria2.pfx | |
##ports | |
rpc-listen-port=6800 | |
##others | |
summary-interval=120 | |
enable-dht=true | |
##times | |
timeout=600 | |
retry-wait=30 | |
max-tries=50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment