Skip to content

Instantly share code, notes, and snippets.

@digizeph
Created August 13, 2016 21:22
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 digizeph/6082b8ee1d91712cc69d900bb206ea7b to your computer and use it in GitHub Desktop.
Save digizeph/6082b8ee1d91712cc69d900bb206ea7b to your computer and use it in GitHub Desktop.
My aria2c.conf
input-file=/root/.aria2/aria2.conf
save-session=/root/.aria2/aria2.session
dir=/AriaDownloads/
log=/tmp/aria2.log
log-level=warn
daemon=true
enable-rpc=true
rpc-allow-origin-all=true
rpc-listen-all=true
max-concurrent-downloads=50
continue=true
max-connection-per-server=16
min-split-size=10M
split=10
max-overall-download-limit=0
max-download-limit=0
max-overall-upload-limit=0
max-upload-limit=0
file-allocation=prealloc
rpc-listen-port=9999
check-certificate=false # IMPORTANT if you don't want to setup the room certificate etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment