blob: b08660a33230e151db2d0de9ed0b430a3a5f1943 (
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
|
@INLINE@ test_hostlist_defaults.conf
[PATHS]
SERVICEHOME = /tmp/test-gnunet-hostlist-peer-1/
[transport-tcp]
PORT = 22968
[arm]
PORT = 22966
DEFAULTSERVICES = topology hostlist
UNIXPATH = /tmp/gnunet-hostlist-p2-service-arm.sock
[statistics]
PORT = 22967
UNIXPATH = /tmp/gnunet-hostlist-p2-service-statistics.sock
[resolver]
PORT = 22964
UNIXPATH = /tmp/gnunet-hostlist-p2-service-resolver.sock
[peerinfo]
PORT = 22969
UNIXPATH = /tmp/gnunet-hostlist-p2-service-peerinfo.sock
[transport]
PORT = 22965
UNIXPATH = /tmp/gnunet-hostlist-p2-service-transport.sock
[core]
PORT = 22970
UNIXPATH = /tmp/gnunet-hostlist-p2-service-core.sock
[hostlist]
HTTPPORT = 12981
HOSTLISTFILE = hostlists_adv_peer.file
OPTIONS = -p -a
SERVERS = http://localhost:12981/
EXTERNAL_DNS_NAME = localhost
[dht]
AUTOSTART = NO
[ats]
PORT = 22971
UNIXPATH = /tmp/gnunet-ats-p2-service-core.sock
|