We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config aria2.conf:
1 ##GLOBAL## 2 #interface=lo 3 dir=/home/mynas/storage 4 max-connection-per-server=10 5 file-allocation=falloc 6 check-integrity=true 7 on-download-complete=/home/mynas/.aria2/script/completed.sh 8 on-bt-download-complete=/home/mynas/.aria2/script/completed.sh 9 enable-http-pipelining=true 10 disk-cache=32M 11 rpc-save-upload-metadata=false 12 13 ##sessions 14 force-save=false 15 input-file=/home/mynas/.aria2/aria2.session 16 save-session=/home/mynas/.aria2/aria2.session 17 save-session-interval=60 18 19 http-no-cache=true 20 enable-rpc=true 21 rpc-secure=false 22 check-certificate=false 23 #rpc-secret=7f026498f1e24fabd531fb587ec2c247843550d5 24 rpc-listen-all=false 25 #rpc-allow-origin-all=true 26 enable-dht6=false 27 disable-ipv6=true 28
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config aria2.conf:
The text was updated successfully, but these errors were encountered: