blob: 8232461e53873ea037d523d09e1efe5e0c0349ac (
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
69
70
71
72
73
74
|
[PATHS]
SERVICEHOME = /tmp/test-gnunet-dv-testing/
[resolver]
PORT = 2564
[transport]
PORT = 2565
PLUGINS = tcp dv
BLACKLIST_FILE = $SERVICEHOME/blacklist
BINARY = gnunet-service-transport
USE_LOCALADDR = NO
[arm]
PORT = 2566
DEFAULTSERVICES =
[statistics]
PORT = 2567
[transport-tcp]
PORT = 2568
BINDTO = 127.0.0.1
[transport-udp]
PORT = 2568
[peerinfo]
PORT = 2569
[core]
PORT = 2570
[dv]
AUTOSTART = YES
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-dv
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 2571
[testing]
NUM_PEERS = 3
ADDITIONAL_MESSAGES = 10
WEAKRANDOM = YES
TOPOLOGY = CLIQUE
CONNECT_TOPOLOGY = LINE
BLACKLIST_TOPOLOGY = LINE
BLACKLIST_TRANSPORTS = tcp
F2F = YES
HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
[fs]
AUTOSTART = NO
[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
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
|