aboutsummaryrefslogtreecommitdiff
path: root/src/pt
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
parentc7e0a46567d3274cbd914f35b3bf2f3bbd242197 (diff)
downloadgnunet-66042c5692cb3bb36092f6aa5eda1073f35c6167.tar.gz
gnunet-66042c5692cb3bb36092f6aa5eda1073f35c6167.zip
-fix configs to comply with current version
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.conf20
-rw-r--r--src/pt/test_gnunet_vpn.conf11
2 files changed, 16 insertions, 15 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index 8f7046b2d..b0ed23176 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -9,6 +9,12 @@ PORT = 0
9ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
10 10
11[exit] 11[exit]
12FORCESTART = YES
13IPV6ADDR = FC5A:04E1:C2BA::1
14IPV6PREFIX = 96
15IPV4ADDR = 169.254.86.1
16IPV4MASK = 255.255.255.0
17
12EXIT_IPV4 = YES 18EXIT_IPV4 = YES
13EXIT_IPV6 = YES 19EXIT_IPV6 = YES
14 20
@@ -18,9 +24,9 @@ EXIT_IFNAME = eth1
18[dns] 24[dns]
19DNS_EXIT = 8.8.8.8 25DNS_EXIT = 8.8.8.8
20 26
21[testing] 27[hostlist]
22WEAKRANDOM = YES 28AUTOSTART = NO
23HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 29FORCESTART = NO
24 30
25[nse] 31[nse]
26WORKBITS = 1 32WORKBITS = 1
@@ -34,13 +40,7 @@ IPV6PREFIX = 64
34IPV4ADDR = 169.254.20.1 40IPV4ADDR = 169.254.20.1
35IPV4MASK = 255.255.255.0 41IPV4MASK = 255.255.255.0
36 42
37[exit] 43[www.gnunet.]
38IPV6ADDR = FC5A:04E1:C2BA::1
39IPV6PREFIX = 96
40IPV4ADDR = 169.254.86.1
41IPV4MASK = 255.255.255.0
42
43[www.gads.]
44TCP_REDIRECTS = 80:localhost4:8080 44TCP_REDIRECTS = 80:localhost4:8080
45TTL = 3600000 45TTL = 3600000
46 46
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