Skip to content

Instantly share code, notes, and snippets.

@kamikat
Last active May 23, 2017 13:03
Show Gist options
  • Save kamikat/0bbf6f974a4b79a7d290e83321f86f06 to your computer and use it in GitHub Desktop.
Save kamikat/0bbf6f974a4b79a7d290e83321f86f06 to your computer and use it in GitHub Desktop.
A gentle start to aria2.conf file.
###########
# General #
###########
dir=${HOME}/Downloads
# allow-overwrite=true
# disable-ipv6=true
# quiet=true
##############
# RPC Server #
##############
enable-rpc=true
rpc-listen-port=6800
rpc-allow-origin-all=true
# rpc-listen-all=true
# rpc-secret=
# rpc-secure=true
# rpc-certificate=
# rpc-private-key=
##############
# Connection #
##############
max-concurrent-downloads=5
max-connection-per-server=10
# timeout=60
# max-tries=5
# retry-wait=0
###########
# Session #
###########
input-file=${HOME}/.aria2.session
save-session=${HOME}/.aria2.session
save-session-interval=60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment