blob: 11c84663429cd0a50b71b838ed101d0d2929790e (
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
|
@INLINE@ test_hostlist_defaults.conf
[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-hostlist-peer-1/
[transport-tcp]
PORT = 22968
[arm]
PORT = 22966
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-hostlist-p2-service-arm.sock
[statistics]
PORT = 22967
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-hostlist-p2-service-statistics.sock
[resolver]
PORT = 22964
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-hostlist-p2-service-resolver.sock
[peerinfo]
PORT = 22969
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-hostlist-p2-service-peerinfo.sock
[transport]
PORT = 22965
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-hostlist-p2-service-transport.sock
[core]
PORT = 22970
UNIXPATH = $GNUNET_RUNTIME_DIR/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
FORCESTART = YES
[ats]
PORT = 22971
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-ats-p2-service-core.sock
[topology]
FORCESTART = YES
|