aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-02 14:10:52 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-02 14:10:52 +0000
commitb1cd707e422e03960947a6773a6bcb95c0098f2c (patch)
tree7def2c83956758622fec17bb206d479216aee427 /src/dht/test_dht_monitor.conf
parentc6ef80f13164795b0b53bc7c4c7cae2452cf861e (diff)
downloadgnunet-b1cd707e422e03960947a6773a6bcb95c0098f2c.tar.gz
gnunet-b1cd707e422e03960947a6773a6bcb95c0098f2c.zip
-more DHT test modernization
Diffstat (limited to 'src/dht/test_dht_monitor.conf')
-rw-r--r--src/dht/test_dht_monitor.conf57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf
new file mode 100644
index 000000000..ebefcca38
--- /dev/null
+++ b/src/dht/test_dht_monitor.conf
@@ -0,0 +1,57 @@
1[fs]
2AUTOSTART = NO
3
4[resolver]
5AUTOSTART = NO
6
7[block]
8plugins = test dht
9
10[dhtcache]
11QUOTA = 1 MB
12DATABASE = sqlite
13
14[transport]
15PLUGINS = tcp
16
17[ats]
18WAN_QUOTA_IN = 1 GB
19WAN_QUOTA_OUT = 1 GB
20
21[arm]
22DEFAULTSERVICES = dht core
23
24[TESTING]
25WEAKRANDOM = YES
26
27[testbed]
28OVERLAY_TOPOLOGY = LINE
29
30[gnunetd]
31HOSTKEY = $SERVICEHOME/.hostkey
32
33[PATHS]
34SERVICEHOME = /tmp/test-dht-multipeer/
35
36[nat]
37DISABLEV6 = YES
38ENABLE_UPNP = NO
39BEHIND_NAT = NO
40ALLOW_NAT = NO
41INTERNAL_ADDRESS = 127.0.0.1
42EXTERNAL_ADDRESS = 127.0.0.1
43USE_LOCALADDR = YES
44RETURN_LOCAL_ADDRESSES = YES
45
46[dns]
47AUTOSTART = NO
48
49[namestore]
50AUTOSTART = NO
51
52[nse]
53AUTOSTART = NO
54
55[vpn]
56AUTOSTART=NO
57