aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_nat_client.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_nat_client.conf
parent4cd9ad92ad6131400e52dc1f25516b4134150aef (diff)
downloadgnunet-19fe4bde52ad570148183709818fd82eba4f83d1.tar.gz
gnunet-19fe4bde52ad570148183709818fd82eba4f83d1.zip
added section to solve vpn conflicts
Diffstat (limited to 'src/integration-tests/confs/c_nat_client.conf')
-rw-r--r--src/integration-tests/confs/c_nat_client.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf
index 7d7dd98e0..59fa0f787 100644
--- a/src/integration-tests/confs/c_nat_client.conf
+++ b/src/integration-tests/confs/c_nat_client.conf
@@ -8,6 +8,17 @@ HOSTKEY = hostkeys/0002-hostkey
8[client] 8[client]
9HOME = $SERVICEHOME 9HOME = $SERVICEHOME
10 10
11[vpn]
12AUTOSTART = YES
13PORT = 0
14HOSTNAME = localhost
15HOME = $SERVICEHOME
16CONFIG = $DEFAULTCONFIG
17BINARY = gnunet-service-dns
18ACCEPT_FROM = 127.0.0.1;
19ACCEPT_FROM6 = ::1;
20UNIXPATH = /tmp/gnunet-service-vpn-57
21
11 22
12[resolver] 23[resolver]
13AUTOSTART = YES 24AUTOSTART = YES