-fix configs to comply with current version
[oweals/gnunet.git] / src / pt / test_gns_vpn.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/gnunet-test-gns-vpn/
3
4 [transport]
5 PLUGINS = tcp
6
7 [arm]
8 PORT = 0
9 ALLOW_SHUTDOWN = YES
10
11 [exit]
12 FORCESTART = YES
13 IPV6ADDR = FC5A:04E1:C2BA::1
14 IPV6PREFIX = 96
15 IPV4ADDR = 169.254.86.1
16 IPV4MASK = 255.255.255.0
17
18 EXIT_IPV4 = YES
19 EXIT_IPV6 = YES
20
21 # FIXME: can we use 'lo'?
22 EXIT_IFNAME = eth1
23
24 [dns]
25 DNS_EXIT = 8.8.8.8
26
27 [hostlist]
28 AUTOSTART = NO
29 FORCESTART = NO
30
31 [nse]
32 WORKBITS = 1
33
34 # repeating some values from the default configurations
35 # here as the respective network addresses are also
36 # hard-wired in the tests and the MUST match (!)
37 [vpn]
38 IPV6ADDR = FC2D:FDAA:6A26::1
39 IPV6PREFIX = 64
40 IPV4ADDR = 169.254.20.1
41 IPV4MASK = 255.255.255.0
42
43 [www.gnunet.]
44 TCP_REDIRECTS = 80:localhost4:8080
45 TTL = 3600000
46
47 [gns]
48 AUTOSTART = YES
49 ZONEKEY = $GNUNET_TEST_HOME/.hostkey
50 HIJACK_DNS = YES
51
52 [namestore]
53 AUTOSTART = YES
54
55 [nat]
56 USE_LOCALADDR = YES
57 RETURN_LOCAL_ADDRESSES = YES