From: Christian Grothoff Date: Fri, 10 Jun 2011 09:45:48 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18279 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7ddd0d0debab12d0cda0d2f3ae5cea79d153239;p=oweals%2Fgnunet.git fix --- diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 6ca989df8..476b9d0b9 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -23,7 +23,7 @@ HOME = $SERVICEHOME [nat] # Are we behind NAT? -BEHIND_NAT = YES +BEHIND_NAT = NO # Is the NAT hole-punched? PUNCHED_NAT = NO @@ -38,8 +38,8 @@ ENABLE_UPNP = NO # Should we use ICMP-based NAT traversal to try connect to NATed peers # or, if we are behind NAT, to allow connections to us? -ENABLE_ICMP_CLIENT = YES -ENABLE_ICMP_SERVER = YES +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;