-
Notifications
You must be signed in to change notification settings - Fork 0
/
core.conf
105 lines (105 loc) · 2.36 KB
/
core.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"file": 1,
"format": 1
}{
"info_sent": 0.0,
"lsd": true,
"send_info": false,
"move_completed_path": "/home/vagrant",
"enc_in_policy": 1,
"queue_new_to_top": true,
"ignore_limits_on_local_network": true,
"rate_limit_ip_overhead": true,
"daemon_port": 58846,
"natpmp": true,
"max_active_limit": 20,
"utpex": true,
"max_active_downloading": 10,
"max_active_seeding": 10,
"allow_remote": true,
"max_half_open_connections": 50,
"download_location": "/vagrant_data",
"compact_allocation": false,
"max_upload_speed": -1.0,
"cache_expiry": 60,
"prioritize_first_last_pieces": false,
"auto_managed": true,
"enc_level": 2,
"max_connections_per_second": 20,
"dont_count_slow_torrents": false,
"random_outgoing_ports": true,
"max_upload_slots_per_torrent": -1,
"new_release_check": false,
"enc_out_policy": 1,
"outgoing_ports": [
0,
0
],
"seed_time_limit": 1,
"cache_size": 512,
"share_ratio_limit": 0.0,
"max_download_speed": -1.0,
"geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
"torrentfiles_location": "/home/vagrant/loaded",
"stop_seed_at_ratio": true,
"peer_tos": "0x00",
"listen_interface": "",
"upnp": true,
"max_download_speed_per_torrent": -1,
"max_upload_slots_global": 40,
"enabled_plugins": [
"Label",
"YaRSS2",
"Execute"
],
"random_port": true,
"autoadd_enable": true,
"max_connections_global": 800,
"enc_prefer_rc4": true,
"listen_ports": [
6881,
6891
],
"dht": true,
"stop_seed_ratio": 0.0,
"seed_time_ratio_limit": 0.0,
"max_upload_speed_per_torrent": -1,
"copy_torrent_file": true,
"del_copy_torrent_file": true,
"move_completed": false,
"proxies": {
"peer": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
},
"web_seed": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
},
"tracker": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
},
"dht": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
}
},
"add_paused": false,
"max_connections_per_torrent": -1,
"remove_seed_at_ratio": false,
"autoadd_location": "/home/vagrant/torrents",
"plugins_location": "/home/vagrant/.config/deluge/plugins"
}