aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 09:45:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 09:45:48 +0000
commitc7ddd0d0debab12d0cda0d2f3ae5cea79d153239 (patch)
tree56addab27ffb1cac46c34a4d0c7f4b5b9be3a87d /contrib
parent8adc5b8550b47b708777a09956a80c5ea273d461 (diff)
downloadgnunet-c7ddd0d0debab12d0cda0d2f3ae5cea79d153239.tar.gz
gnunet-c7ddd0d0debab12d0cda0d2f3ae5cea79d153239.zip
fix
Diffstat (limited to 'contrib')
-rw-r--r--contrib/defaults.conf6
1 files changed, 3 insertions, 3 deletions
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
23 23
24[nat] 24[nat]
25# Are we behind NAT? 25# Are we behind NAT?
26BEHIND_NAT = YES 26BEHIND_NAT = NO
27 27
28# Is the NAT hole-punched? 28# Is the NAT hole-punched?
29PUNCHED_NAT = NO 29PUNCHED_NAT = NO
@@ -38,8 +38,8 @@ ENABLE_UPNP = NO
38 38
39# Should we use ICMP-based NAT traversal to try connect to NATed peers 39# Should we use ICMP-based NAT traversal to try connect to NATed peers
40# or, if we are behind NAT, to allow connections to us? 40# or, if we are behind NAT, to allow connections to us?
41ENABLE_ICMP_CLIENT = YES 41ENABLE_ICMP_CLIENT = NO
42ENABLE_ICMP_SERVER = YES 42ENABLE_ICMP_SERVER = NO
43 43
44# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY; 44# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
45# normal interface IP address for non-NATed peers; 45# normal interface IP address for non-NATed peers;