aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/test-conf.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-08 11:40:55 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-08 11:40:55 +0000
commitb36cf857a67f73f308b7623e74eca7754e2a7acc (patch)
tree9f27bd4ca8baa66676a6a6e124f9d2fa83a1df52 /src/vpn/test-conf.conf
parent5695665772107f5c5b088f957a277efc9e3d089e (diff)
downloadgnunet-b36cf857a67f73f308b7623e74eca7754e2a7acc.tar.gz
gnunet-b36cf857a67f73f308b7623e74eca7754e2a7acc.zip
toelke: don't bug dht
Diffstat (limited to 'src/vpn/test-conf.conf')
-rw-r--r--src/vpn/test-conf.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/vpn/test-conf.conf b/src/vpn/test-conf.conf
index b66ad21c7..bac52349c 100644
--- a/src/vpn/test-conf.conf
+++ b/src/vpn/test-conf.conf
@@ -28,6 +28,7 @@ TIMEOUT = 300000
28 28
29[dht] 29[dht]
30AUTOSTART = YES 30AUTOSTART = YES
31DEBUG = YES
31PORT = 2095 32PORT = 2095
32HOSTNAME = localhost 33HOSTNAME = localhost
33HOME = $SERVICEHOME 34HOME = $SERVICEHOME
@@ -47,6 +48,10 @@ UNIXPATH = /tmp/gnunet-service-dht.sock
47# REJECT_FROM6 = 48# REJECT_FROM6 =
48# PREFIX = 49# PREFIX =
49 50
51[dhtcache]
52QUOTA = 1000000
53DATABASE = sqlite
54
50[arm] 55[arm]
51PORT = 2087 56PORT = 2087
52HOSTNAME = localhost 57HOSTNAME = localhost
@@ -55,7 +60,7 @@ CONFIG = $DEFAULTCONFIG
55BINARY = gnunet-service-arm 60BINARY = gnunet-service-arm
56ACCEPT_FROM = 127.0.0.1; 61ACCEPT_FROM = 127.0.0.1;
57ACCEPT_FROM6 = ::1; 62ACCEPT_FROM6 = ::1;
58DEFAULTSERVICES = vpn hostlist core transport dns dht 63DEFAULTSERVICES = core transport dht vpn dns
59UNIXPATH = /tmp/gnunet-service-arm.sock 64UNIXPATH = /tmp/gnunet-service-arm.sock
60# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs 65# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs
61# GLOBAL_PREFIX = 66# GLOBAL_PREFIX =
@@ -184,6 +189,7 @@ BINARY = gnunet-daemon-topology
184 189
185[hostlist] 190[hostlist]
186# port for hostlist http server 191# port for hostlist http server
192AUTOSTART = NO
187HTTPPORT = 8080 193HTTPPORT = 8080
188DEBUG = YES 194DEBUG = YES
189HOME = $SERVICEHOME 195HOME = $SERVICEHOME