aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_data.conf
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
commitddfee3f564bff9c5d5719af3132d7869b8783ec4 (patch)
treee6fd7801fe6808797f3418bf081ab68d5a5ec27b /src/nat/test_nat_data.conf
parent852718c2473e41bc01ada0d53ad93c7da78e6ec8 (diff)
downloadgnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.tar.gz
gnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.zip
BUILD: more more components into new structure; ftbfs fix
Diffstat (limited to 'src/nat/test_nat_data.conf')
-rw-r--r--src/nat/test_nat_data.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
deleted file mode 100644
index e139d0c05..000000000
--- a/src/nat/test_nat_data.conf
+++ /dev/null
@@ -1,36 +0,0 @@
1[PATHS]
2GNUNET_TEST_HOME = $GNUNET_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?
9BEHIND_NAT = YES
10
11# Is the NAT hole-punched?
12PUNCHED_NAT = NO
13
14# Disable UPNP by default until it gets cleaner!
15ENABLE_UPNP = YES
16
17# Use addresses from the local network interfaces (including loopback, but also others)
18USE_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?
27ENABLE_ICMP_CLIENT = NO
28ENABLE_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
36DISABLEV6 = NO