-fixing source port randomization for DNS service
[oweals/gnunet.git] / src / dht / test_dht_api_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-dht-api/
3 DEFAULTCONFIG = test_dht_api_data.conf
4
5 [fs]
6 AUTOSTART = NO
7
8 [resolver]
9 AUTOSTART = NO
10
11 [datastore-sqlite]
12 FILENAME = $SERVICEHOME/datastore/sqlite.db
13
14 [datastore]
15 AUTOSTART = NO
16
17 [topology]
18 TARGET-CONNECTION-COUNT = 16
19 AUTOCONNECT = YES
20 FRIENDS-ONLY = NO
21 MINIMUM-FRIENDS = 0
22
23 [ats]
24 WAN_QUOTA_IN = 1 GB
25 WAN_QUOTA_OUT = 1 GB
26
27 [core]
28 PORT = 2092
29
30 [dht]
31 DEBUG = NO
32 PORT = 12370
33
34 [block]
35 plugins = dht test
36
37 [transport]
38 plugins = tcp
39 DEBUG = NO
40 NEIGHBOUR_LIMIT = 50
41 PORT = 2091
42
43 [peerinfo]
44 PORT = 2090
45
46 [resolver]
47 PORT = 2089
48
49 [statistics]
50 PORT = 2088
51
52 [arm]
53 DEFAULTSERVICES = 
54 PORT = 2087
55
56 [transport-tcp]
57 TIMEOUT = 300 s
58 PORT = 2094
59
60 [TESTING]
61 WEAKRANDOM = NO
62 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
63
64 [gnunetd]
65 HOSTKEY = $SERVICEHOME/.hostkey
66
67
68 [nat]
69 DISABLEV6 = YES
70 BINDTO = 127.0.0.1
71 ENABLE_UPNP = NO
72 BEHIND_NAT = NO
73 ALLOW_NAT = NO
74 INTERNAL_ADDRESS = 127.0.0.1
75 EXTERNAL_ADDRESS = 127.0.0.1
76
77 [dns]
78 AUTOSTART = NO
79
80
81
82 [nse]
83 AUTOSTART = NO
84
85