blob: 2bce10d3d652b43be5937f5092a6efab045e25e7 (
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
|
[PATHS]
SERVICEHOME = /tmp/test-gnunet-topology/
[resolver]
PORT = 2664
[transport]
PORT = 2665
PLUGINS = tcp
#DEBUG = YES
#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
#PREFIX = valgrind --tool=memcheck --log-file=logs%p
[arm]
PORT = 2666
DEFAULTSERVICES = topology
[statistics]
PORT = 2667
[transport-tcp]
PORT = 2668
BINDTO = 127.0.0.1
[nat]
DISABLEV6 = YES
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
USE_LOCALADDR = NO
USE_HOSTNAME = NO
[peerinfo]
PORT = 2669
[core]
PORT = 2670
#DEBUG = YES
[topology]
# DEBUG = YES
#PREFIX = valgrind --tool=memcheck
[fs]
AUTOSTART = NO
[datastore]
AUTOSTART = NO
[testing]
WEAKRANDOM = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
|