1
0

aria2c.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #Setting
  2. dir=/data
  3. dht-file-path=/etc/aria2/dht.dat
  4. #on-download-complete=/etc/aria2/loadfile.sh
  5. save-session-interval=15
  6. force-save=false
  7. log-level=error
  8. # Advanced Options
  9. disable-ipv6=true
  10. file-allocation=none
  11. max-download-result=35
  12. max-download-limit=5000M
  13. user-agent=Mozilla/5.0
  14. # RPC Options
  15. enable-rpc=true
  16. rpc-allow-origin-all=true
  17. rpc-listen-all=true
  18. rpc-save-upload-metadata=true
  19. rpc-secret=MoeClub
  20. rpc-secure=true
  21. rpc-certificate=/etc/nginx/server.cert.pem
  22. rpc-private-key=/etc/nginx/server.key.pem
  23. # see --split option
  24. continue=true
  25. max-concurrent-downloads=10
  26. max-overall-download-limit=0
  27. max-overall-upload-limit=5
  28. max-upload-limit=1
  29. # Http/FTP options
  30. split=16
  31. connect-timeout=120
  32. max-connection-per-server=16
  33. max-file-not-found=2
  34. min-split-size=10M
  35. check-certificate=false
  36. http-no-cache=true
  37. #BT options
  38. bt-enable-lpd=true
  39. bt-max-peers=80
  40. bt-require-crypto=true
  41. follow-torrent=true
  42. listen-port=6881-6999
  43. bt-request-peer-speed-limit=256K
  44. bt-hash-check-seed=true
  45. bt-seed-unverified=true
  46. bt-save-metadata=true
  47. enable-dht=true
  48. enable-peer-exchange=true
  49. seed-time=0