From 1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 27 Apr 2021 23:29:48 +0200 Subject: - fix misc typos --- src/nat/test_nat_test_data.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/nat/test_nat_test_data.conf') 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 # Disable UPNP by default until it gets cleaner! ENABLE_UPNP = NO -# Use addresses from the local network interfaces (inluding loopback, but also others) +# Use addresses from the local network interfaces (including loopback, but also others) USE_LOCALADDR = YES RETURN_LOCAL_ADDRESSES = YES # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) -# normal interface IP address for non-NATed peers; +# normal interface IP address for non-NATed peers; # possibly auto-detected (using UPnP) if possible if not specified -# EXTERNAL_ADDRESS = +# EXTERNAL_ADDRESS = # Should we use ICMP-based NAT traversal to try connect to NATed peers # or, if we are behind NAT, to allow connections to us? @@ -33,7 +33,7 @@ ENABLE_ICMP_CLIENT = NO ENABLE_ICMP_SERVER = NO # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY; -# normal interface IP address for non-NATed peers; +# normal interface IP address for non-NATed peers; # likely auto-detected (via interface list) if not specified (!) INTERNAL_ADDRESS = 127.0.0.1 @@ -43,5 +43,3 @@ DISABLEV6 = YES [nse] START_ON_DEMAND = NO - - -- cgit v1.2.3