aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.conf10
-rw-r--r--src/pt/test_gnunet_vpn.conf6
2 files changed, 8 insertions, 8 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index 7447322d4..4fd4d8b8a 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -28,15 +28,15 @@ DNS_EXIT = 8.8.8.8
28FORCESTART = YES 28FORCESTART = YES
29 29
30[identity] 30[identity]
31AUTOSTART = YES 31START_ON_DEMAND = YES
32FORCESTART = YES 32FORCESTART = YES
33 33
34[hostlist] 34[hostlist]
35AUTOSTART = NO 35START_ON_DEMAND = NO
36FORCESTART = NO 36FORCESTART = NO
37 37
38[zonemaster] 38[zonemaster]
39AUTOSTART = YES 39START_ON_DEMAND = YES
40FORCESTART = YES 40FORCESTART = YES
41 41
42#[vpn] 42#[vpn]
@@ -61,7 +61,7 @@ TCP_REDIRECTS = 80:localhost4:8080
61TTL = 3600000 61TTL = 3600000
62 62
63[gns] 63[gns]
64AUTOSTART = YES 64START_ON_DEMAND = YES
65ZONEKEY = $GNUNET_TEST_HOME/.zonekey 65ZONEKEY = $GNUNET_TEST_HOME/.zonekey
66 66
67# Delays starting of GNS, as we need to first 67# Delays starting of GNS, as we need to first
@@ -69,7 +69,7 @@ ZONEKEY = $GNUNET_TEST_HOME/.zonekey
69FORCESTART = NO 69FORCESTART = NO
70 70
71[namestore] 71[namestore]
72AUTOSTART = YES 72START_ON_DEMAND = YES
73 73
74[nat] 74[nat]
75USE_LOCALADDR = YES 75USE_LOCALADDR = YES
diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf
index c22cd3409..dfe553784 100644
--- a/src/pt/test_gnunet_vpn.conf
+++ b/src/pt/test_gnunet_vpn.conf
@@ -21,7 +21,7 @@ IPV4MASK = 255.255.255.0
21EXIT_IFNAME = eth1 21EXIT_IFNAME = eth1
22 22
23[hostlist] 23[hostlist]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25FORCESTART = NO 25FORCESTART = NO
26 26
27[nse] 27[nse]
@@ -38,11 +38,11 @@ IPV4MASK = 255.255.255.0
38 38
39 39
40[gns] 40[gns]
41AUTOSTART = NO 41START_ON_DEMAND = NO
42 42
43[nat] 43[nat]
44USE_LOCALADDR = YES 44USE_LOCALADDR = YES
45RETURN_LOCAL_ADDRESSES = YES 45RETURN_LOCAL_ADDRESSES = YES
46 46
47[consensus] 47[consensus]
48AUTOSTART = NO 48START_ON_DEMAND = NO