From c188e8a0cae8ede61e4f8924e8b52558d0ac1861 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 29 Nov 2010 22:32:59 +0000 Subject: allowing DynDNS for external IP specification, option clean up --- contrib/defaults.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'contrib') diff --git a/contrib/defaults.conf b/contrib/defaults.conf index af9b8f818..d1f83a3aa 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -24,7 +24,7 @@ ADVERTISED_PORT = 2086 BEHIND_NAT = YES # Is the NAT hole-punched? -#NEW: PUNCHED_NAT = NO +PUNCHED_NAT = NO # 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; @@ -33,9 +33,8 @@ BEHIND_NAT = YES # Should we use ICMP-based NAT traversal to try connect to NATed peers # or, if we are behind NAT, to allow connections to us? -ALLOW_NAT = YES -#NEW: ENABLE_ICMP_CLIENT = YES -#NEW: ENABLE_ICMP_SERVER = YES +ENABLE_ICMP_CLIENT = YES +ENABLE_ICMP_SERVER = YES # Are we allowed to try UPnP/PMP? ENABLE_UPNP = YES -- cgit v1.2.3