You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
851 B

  1. # You can use most aria2 command-line options, replace '-' with '_'.
  2. # eg. 'rpc-secret' ==> 'rpc_secret'
  3. #
  4. # We do not support all options at this time. But you can add any option
  5. # with 'list extra_settings'.
  6. #
  7. # You can also add new config sections to define multi instance.
  8. #
  9. config aria2 'main'
  10. option enabled '0'
  11. option user 'aria2'
  12. option dir '/mnt/sda1/aria2'
  13. option config_dir '/var/etc/aria2'
  14. option bt_enable_lpd 'true'
  15. option enable_dht 'true'
  16. option follow_torrent 'true'
  17. option file_allocation 'none'
  18. option save_session_interval '30'
  19. # Add addition Headers here.
  20. # eg. list header 'Content-Encoding: gzip'
  21. list header ''
  22. # Add BT trackers here.
  23. # eg. list bt_tracker 'http://tracker.example.com/announce'
  24. list bt_tracker ''
  25. # Add extra settings here.
  26. # eg. list extra_settings 'option=value'
  27. list extra_settings ''