aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_data.conf
blob: 418772fc752689c9b056fd795bbbb24c5aaaac6e (plain) (blame)
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
[PATHS]
DEFAULTCONFIG = test_dht_twopeer_data.conf
SERVICEHOME = /tmp/test-dht-twopeer/

[resolver]
AUTOSTART = YES

[dht]
DEBUG = NO
AUTOSTART = YES
#PREFIX = xterm -T dht -e gdb --args
PORT = 2100
BINARY = gnunet-service-dht

[block]
plugins = test dht dns

[dhtcache]
QUOTA = 1 MB
DATABASE = sqlite

[transport]
PLUGINS = tcp
DEBUG = NO
NEIGHBOUR_LIMIT = 50
PORT = 12365

[core]
TOTAL_QUOTA_OUT = 1 GB
TOTAL_QUOTA_IN = 1 GB
HOSTNAME = localhost
PORT = 12092

[arm]
DEFAULTSERVICES = core
PORT = 12366
DEBUG = NO

[transport-tcp]
TIMEOUT = 300 s
PORT = 12368
BINDTO = 127.0.0.1

[TESTING]
WEAKRANDOM = YES
NUM_PEERS = 2
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat

[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey

[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

[mesh]
AUTOSTART = NO

[nse]
AUTOSTART = NO

[fs]
AUTOSTART = NO