plugin datastore mysql
[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 SYSTEM_ONLY = NO
11 USER_ONLY = NO
12
13 [exit]
14 FORCESTART = YES
15 IPV6ADDR = FC5A:04E1:C2BA::1
16 IPV6PREFIX = 96
17 IPV4ADDR = 169.254.86.1
18 IPV4MASK = 255.255.255.0
19
20 EXIT_IPV4 = YES
21 EXIT_IPV6 = YES
22
23 # FIXME: can we use 'lo'?
24 EXIT_IFNAME = eth1
25
26 [dns]
27 DNS_EXIT = 8.8.8.8
28 FORCESTART = YES
29
30 [identity]
31 AUTOSTART = YES
32 FORCESTART = YES
33
34 [hostlist]
35 AUTOSTART = NO
36 FORCESTART = NO
37
38 #[vpn]
39 #PREFIX = valgrind
40
41 [nse]
42 WORKBITS = 1
43
44 # repeating some values from the default configurations
45 # here as the respective network addresses are also
46 # hard-wired in the tests and the MUST match (!)
47 [vpn]
48 IPV6ADDR = FC2D:FDAA:6A26::1
49 IPV6PREFIX = 64
50 IPV4ADDR = 169.254.20.1
51 IPV4MASK = 255.255.255.0
52 #PREFIX = valgrind
53
54
55 [www.gnunet.]
56 TCP_REDIRECTS = 80:localhost4:8080
57 TTL = 3600000
58
59 [gns]
60 AUTOSTART = YES
61 ZONEKEY = $GNUNET_TEST_HOME/.zonekey
62
63 # Delays starting of GNS, as we need to first
64 # setup the identity subsystem properly.
65 FORCESTART = NO
66
67 [namestore]
68 AUTOSTART = YES
69
70 [nat]
71 USE_LOCALADDR = YES
72 RETURN_LOCAL_ADDRESSES = YES