aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-27 23:29:48 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-28 10:25:39 +0200
commit1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd (patch)
treeb2c2e39f0815220bc8f23af2c97dbe4d4612ad0e /src/nat/test_nat_test_data.conf
parent5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c (diff)
downloadgnunet-1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd.tar.gz
gnunet-1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd.zip
- fix misc typos
Diffstat (limited to 'src/nat/test_nat_test_data.conf')
-rw-r--r--src/nat/test_nat_test_data.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
index 03850ec06..ca78ca9f3 100644
--- a/src/nat/test_nat_test_data.conf
+++ b/src/nat/test_nat_test_data.conf
@@ -18,14 +18,14 @@ PUNCHED_NAT = YES
18# Disable UPNP by default until it gets cleaner! 18# Disable UPNP by default until it gets cleaner!
19ENABLE_UPNP = NO 19ENABLE_UPNP = NO
20 20
21# Use addresses from the local network interfaces (inluding loopback, but also others) 21# Use addresses from the local network interfaces (including loopback, but also others)
22USE_LOCALADDR = YES 22USE_LOCALADDR = YES
23RETURN_LOCAL_ADDRESSES = YES 23RETURN_LOCAL_ADDRESSES = YES
24 24
25# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) 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; 26# normal interface IP address for non-NATed peers;
27# possibly auto-detected (using UPnP) if possible if not specified 27# possibly auto-detected (using UPnP) if possible if not specified
28# EXTERNAL_ADDRESS = 28# EXTERNAL_ADDRESS =
29 29
30# Should we use ICMP-based NAT traversal to try connect to NATed peers 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? 31# or, if we are behind NAT, to allow connections to us?
@@ -33,7 +33,7 @@ ENABLE_ICMP_CLIENT = NO
33ENABLE_ICMP_SERVER = NO 33ENABLE_ICMP_SERVER = NO
34 34
35# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY; 35# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
36# normal interface IP address for non-NATed peers; 36# normal interface IP address for non-NATed peers;
37# likely auto-detected (via interface list) if not specified (!) 37# likely auto-detected (via interface list) if not specified (!)
38INTERNAL_ADDRESS = 127.0.0.1 38INTERNAL_ADDRESS = 127.0.0.1
39 39
@@ -43,5 +43,3 @@ DISABLEV6 = YES
43 43
44[nse] 44[nse]
45START_ON_DEMAND = NO 45START_ON_DEMAND = NO
46
47