Last active
May 23, 2017 13:03
-
-
Save kamikat/0bbf6f974a4b79a7d290e83321f86f06 to your computer and use it in GitHub Desktop.
A gentle start to aria2.conf file.
This file contains hidden or 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
########### | |
# 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