aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test_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_test_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_test_data.conf')
-rw-r--r--src/nat/test_nat_test_data.conf45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
deleted file mode 100644
index ca78ca9f3..000000000
--- a/src/nat/test_nat_test_data.conf
+++ /dev/null
@@ -1,45 +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[gnunet-nat-server]
8HOSTNAME = localhost
9PORT = 57315
10
11[nat]
12# Are we behind NAT?
13BEHIND_NAT = NO
14
15# Is the NAT hole-punched?
16PUNCHED_NAT = YES
17
18# Disable UPNP by default until it gets cleaner!
19ENABLE_UPNP = NO
20
21# Use addresses from the local network interfaces (including loopback, but also others)
22USE_LOCALADDR = YES
23RETURN_LOCAL_ADDRESSES = YES
24
25# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
26# normal interface IP address for non-NATed peers;
27# possibly auto-detected (using UPnP) if possible if not specified
28# EXTERNAL_ADDRESS =
29
30# Should we use ICMP-based NAT traversal to try connect to NATed peers
31# or, if we are behind NAT, to allow connections to us?
32ENABLE_ICMP_CLIENT = NO
33ENABLE_ICMP_SERVER = NO
34
35# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
36# normal interface IP address for non-NATed peers;
37# likely auto-detected (via interface list) if not specified (!)
38INTERNAL_ADDRESS = 127.0.0.1
39
40# Disable IPv6 support
41DISABLEV6 = YES
42
43
44[nse]
45START_ON_DEMAND = NO