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