diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-10 09:45:48 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-10 09:45:48 +0000 |
commit | 29eeceefad48098680a0ae40065314bf0c75ba43 (patch) | |
tree | 56addab27ffb1cac46c34a4d0c7f4b5b9be3a87d /contrib | |
parent | 45f0cc9bda4f610d206041fbaa66b8dbf75a6896 (diff) |
fix
git-svn-id: https://gnunet.org/svn/gnunet@15510 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 6ca989df8f..476b9d0b99 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; |