aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 10:05:49 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 10:05:49 +0000
commit66042c5692cb3bb36092f6aa5eda1073f35c6167 (patch)
tree66093781c0337b4370058e1a3889886046f186ea /src/pt/test_gnunet_vpn.conf
parentc7e0a46567d3274cbd914f35b3bf2f3bbd242197 (diff)
downloadgnunet-66042c5692cb3bb36092f6aa5eda1073f35c6167.tar.gz
gnunet-66042c5692cb3bb36092f6aa5eda1073f35c6167.zip
-fix configs to comply with current version
Diffstat (limited to 'src/pt/test_gnunet_vpn.conf')
-rw-r--r--src/pt/test_gnunet_vpn.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf
index 929215cc5..9c3c2654f 100644
--- a/src/pt/test_gnunet_vpn.conf
+++ b/src/pt/test_gnunet_vpn.conf
@@ -9,14 +9,20 @@ PORT = 0
9ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
10 10
11[exit] 11[exit]
12FORCESTART = YES
12EXIT_IPV4 = YES 13EXIT_IPV4 = YES
13EXIT_IPV6 = YES 14EXIT_IPV6 = YES
15IPV6ADDR = FC5A:04E1:C2BA::1
16IPV6PREFIX = 96
17IPV4ADDR = 169.254.86.1
18IPV4MASK = 255.255.255.0
14 19
15# FIXME: can we use 'lo'? 20# FIXME: can we use 'lo'?
16EXIT_IFNAME = eth1 21EXIT_IFNAME = eth1
17 22
18[hostlist] 23[hostlist]
19AUTOSTART = NO 24AUTOSTART = NO
25FORCESTART = NO
20 26
21[nse] 27[nse]
22WORKBITS = 1 28WORKBITS = 1
@@ -30,11 +36,6 @@ IPV6PREFIX = 64
30IPV4ADDR = 169.254.20.1 36IPV4ADDR = 169.254.20.1
31IPV4MASK = 255.255.255.0 37IPV4MASK = 255.255.255.0
32 38
33[exit]
34IPV6ADDR = FC5A:04E1:C2BA::1
35IPV6PREFIX = 96
36IPV4ADDR = 169.254.86.1
37IPV4MASK = 255.255.255.0
38 39
39[gns] 40[gns]
40AUTOSTART = NO 41AUTOSTART = NO