blob: c2d0a70d21b38420497a6862e11eb2a2c713a2c1 (
plain)
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
|
[PATHS]
SERVICEHOME = /tmp/test-gnunet-hostlist/
DEFAULTCONFIG = test_hostlist_default.conf
[resolver]
PORT = 12464
[transport]
PORT = 12465
PLUGINS = tcp
[arm]
PORT = 12466
DEFAULTSERVICES = hostlist
[statistics]
PORT = 12467
[tcp]
PORT = 12468
[peerinfo]
PORT = 12469
[core]
PORT = 12470
[testing]
WEAKRANDOM = YES
[hostlist]
HTTP-PROXY =
[mesh]
AUTOSTART = NO
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
[datastore]
AUTOSTART = NO
[fs]
AUTOSTART = NO
[dht]
AUTOSTART = NO
[dv]
AUTOSTART = NO
[chat]
AUTOSTART = NO
[gns]
AUTOSTART = NO
[vpn]
AUTOSTART = NO
[namestore]
AUTOSTART = NO
[lockmanager]
AUTOSTART = NO
|