aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_bootstrap_server.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-10 15:54:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-10 15:54:49 +0000
commit19fe4bde52ad570148183709818fd82eba4f83d1 (patch)
treefabd9f2f3a6d63e90165fe99dfd8c8a464a316a2 /src/integration-tests/confs/c_bootstrap_server.conf
parent4cd9ad92ad6131400e52dc1f25516b4134150aef (diff)
downloadgnunet-19fe4bde52ad570148183709818fd82eba4f83d1.tar.gz
gnunet-19fe4bde52ad570148183709818fd82eba4f83d1.zip
added section to solve vpn conflicts
Diffstat (limited to 'src/integration-tests/confs/c_bootstrap_server.conf')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index 372ad8ac5..0b919f925 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -6,6 +6,17 @@ DEFAULTCONFIG = confs/c_bootstrap_server.conf
6#HOSTKEY = $SERVICEHOME/.hostkey 6#HOSTKEY = $SERVICEHOME/.hostkey
7HOSTKEY = hostkeys/0000-hostkey 7HOSTKEY = hostkeys/0000-hostkey
8 8
9[vpn]
10AUTOSTART = YES
11PORT = 0
12HOSTNAME = localhost
13HOME = $SERVICEHOME
14CONFIG = $DEFAULTCONFIG
15BINARY = gnunet-service-dns
16ACCEPT_FROM = 127.0.0.1;
17ACCEPT_FROM6 = ::1;
18UNIXPATH = /tmp/gnunet-service-vpn-15
19
9[resolver] 20[resolver]
10AUTOSTART = YES 21AUTOSTART = YES
11PORT = 20017 22PORT = 20017