-I think these should be .gads, not .gnunet at this point
[oweals/gnunet.git] / src / pt / test_gns_vpn.conf
1 [PATHS]
2 SERVICEHOME = /tmp/gnunet-test-vpn/
3 DEFAULTCONFIG = test_gnunet_vpn.conf
4
5 [transport]
6 PLUGINS = tcp
7
8 [arm]
9 DEFAULTSERVICES = statistics exit mesh vpn namestore gns
10 PORT = 0
11 ALLOW_SHUTDOWN = YES
12
13 [exit]
14 EXIT_IPV4 = YES
15 EXIT_IPV6 = YES
16
17 # FIXME: can we use 'lo'?
18 EXIT_IFNAME = eth1
19
20 [dns]
21 DNS_EXIT = 8.8.8.8
22
23 [testing]
24 WEAKRANDOM = YES
25 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
26
27 [nse]
28 WORKBITS = 1
29
30 # repeating some values from the default configurations
31 # here as the respective network addresses are also
32 # hard-wired in the tests and the MUST match (!)
33 [vpn]
34 IPV6ADDR = FC2D:FDAA:6A26::1
35 IPV6PREFIX = 64
36 IPV4ADDR = 169.254.20.1
37 IPV4MASK = 255.255.255.0
38
39 [exit]
40 IPV6ADDR = FC5A:04E1:C2BA::1
41 IPV6PREFIX = 96
42 IPV4ADDR = 169.254.86.1
43 IPV4MASK = 255.255.255.0
44
45 [www.gads.]
46 TCP_REDIRECTS = 80:localhost4:8080
47 TTL = 3600000
48
49 [gns]
50 AUTOSTART = YES
51 ZONEKEY = $SERVICEHOME/hostkey
52 HIJACK_DNS = YES
53
54 [namestore]
55 AUTOSTART = YES