blob: 3052a4f55b14b680c5bb440bfa50e7d1f0c97f83 (
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
|
[PATHS]
SERVICEHOME = /tmp/gnunet-test-chat/
DEFAULTCONFIG = test_chat_data.conf
[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey
[resolver]
PORT = 42464
HOSTNAME = localhost
[transport]
PORT = 42465
PLUGINS =
[arm]
PORT = 42466
HOSTNAME = localhost
DEFAULTSERVICES = core chat
[peerinfo]
PORT = 42469
HOSTNAME = localhost
[core]
PORT = 42470
HOSTNAME = localhost
[chat]
PORT = 42471
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-chat
[testing]
WEAKRANDOM = YES
[nat]
DISABLEV6 = YES
BINDTO = 127.0.0.1
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
|