Skip to content

Instantly share code, notes, and snippets.

@maple3142
Last active May 6, 2024 16:44
Show Gist options
  • Save maple3142/e04375350bae0c02d1398c6041ab8e10 to your computer and use it in GitHub Desktop.
Save maple3142/e04375350bae0c02d1398c6041ab8e10 to your computer and use it in GitHub Desktop.
aria2 on Windows configuration
rpc-secret=maple3142
enable-rpc=true
rpc-allow-origin-all=true
rpc-listen-all=true
max-concurrent-downloads=5
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
dir=C:/Users/Administrator/Downloads
input-file=C:/aria2/session.aria2
save-session=C:/aria2/session.aria2
file-allocation=prealloc
referer=*
http-accept-gzip=true
save-session-interval=60
force-save=false
log-level=info
log=C:/aria2/log.txt
allow-overwrite=true
seed-time=0
seed-ratio=0
CreateObject("WScript.Shell").Run "aria2c.exe --conf-path=aria2.conf",0,True
cd C:\aria2\
start /b init.vbs
Copy link

ghost commented May 5, 2023

wtf is that? the paths are with a forward slash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment