Skip to content

Instantly share code, notes, and snippets.

@sajithneyo
Last active March 28, 2019 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajithneyo/414194f71cc6ee3058df6897ec681ac5 to your computer and use it in GitHub Desktop.
Save sajithneyo/414194f71cc6ee3058df6897ec681ac5 to your computer and use it in GitHub Desktop.
Aria2 configuration file
##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