convert statistics service to new service MQ API
[oweals/gnunet.git] / src / nat / test_nat_data.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/nat-test
3 # GNUNET_TEST_HOME = /var/lib/gnunet/
4 # configuration file is assumed to be the default,
5 # which is what we want by default...
6
7 [nat]
8 # Are we behind NAT?
9 BEHIND_NAT = YES
10
11 # Is the NAT hole-punched?
12 PUNCHED_NAT = NO
13
14 # Disable UPNP by default until it gets cleaner!
15 ENABLE_UPNP = YES
16
17 # Use addresses from the local network interfaces (inluding loopback, but also others)
18 USE_LOCALADDR = YES
19
20 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
21 # normal interface IP address for non-NATed peers;
22 # possibly auto-detected (using UPnP) if possible if not specified
23 # EXTERNAL_ADDRESS =
24
25 # Should we use ICMP-based NAT traversal to try connect to NATed peers
26 # or, if we are behind NAT, to allow connections to us?
27 ENABLE_ICMP_CLIENT = NO
28 ENABLE_ICMP_SERVER = NO
29
30 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
31 # normal interface IP address for non-NATed peers;
32 # likely auto-detected (via interface list) if not specified (!)
33 # INTERNAL_ADDRESS =
34
35 # Disable IPv6 support
36 DISABLEV6 = NO
37