aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/test_gns_vpn.conf')
-rw-r--r--src/pt/test_gns_vpn.conf74
1 files changed, 0 insertions, 74 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
deleted file mode 100644
index 9277aa3c3..000000000
--- a/src/pt/test_gns_vpn.conf
+++ /dev/null
@@ -1,74 +0,0 @@
1[PATHS]
2GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-gns-vpn/
3
4[transport]
5PLUGINS = tcp
6
7[arm]
8PORT = 0
9ALLOW_SHUTDOWN = YES
10
11[exit]
12IMMEDIATE_START = YES
13IPV6ADDR = FC5A:04E1:C2BA::1
14IPV6PREFIX = 96
15IPV4ADDR = 169.254.86.1
16IPV4MASK = 255.255.255.0
17
18EXIT_IPV4 = YES
19EXIT_IPV6 = YES
20
21# FIXME: can we use 'lo'?
22EXIT_IFNAME = eth1
23
24[dns]
25DNS_EXIT = 8.8.8.8
26IMMEDIATE_START = YES
27
28[identity]
29START_ON_DEMAND = YES
30IMMEDIATE_START = YES
31
32[hostlist]
33START_ON_DEMAND = NO
34IMMEDIATE_START = NO
35
36[zonemaster]
37START_ON_DEMAND = YES
38IMMEDIATE_START = YES
39
40#[vpn]
41#PREFIX = valgrind
42
43[nse]
44WORKBITS = 1
45
46# repeating some values from the default configurations
47# here as the respective network addresses are also
48# hard-wired in the tests and the MUST match (!)
49[vpn]
50IPV6ADDR = FC2D:FDAA:6A26::1
51IPV6PREFIX = 64
52IPV4ADDR = 169.254.20.1
53IPV4MASK = 255.255.255.0
54#PREFIX = valgrind
55
56
57[www.gnunet.]
58TCP_REDIRECTS = 80:localhost4:8080
59TTL = 3600000
60
61[gns]
62START_ON_DEMAND = YES
63ZONEKEY = $GNUNET_TEST_HOME/.zonekey
64
65# Delays starting of GNS, as we need to first
66# setup the identity subsystem properly.
67IMMEDIATE_START = NO
68
69[namestore]
70START_ON_DEMAND = YES
71
72[nat]
73USE_LOCALADDR = YES
74RETURN_LOCAL_ADDRESSES = YES