aboutsummaryrefslogtreecommitdiff
path: root/contrib/defaults.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-04 08:18:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-04 08:18:00 +0000
commit431a87f35729b42d6dcb6ba0bb2bdbef896acfd5 (patch)
tree20b6f744a3bd1c65659282c9e51fa88e48aa71ab /contrib/defaults.conf
parent1fe15d8579b09fc605bd950998ceda8a3b95eee2 (diff)
downloadgnunet-431a87f35729b42d6dcb6ba0bb2bdbef896acfd5.tar.gz
gnunet-431a87f35729b42d6dcb6ba0bb2bdbef896acfd5.zip
option to not do DNS lookup of hostname
Diffstat (limited to 'contrib/defaults.conf')
-rw-r--r--contrib/defaults.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index a634988a1..4a9b44dc8 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -34,6 +34,9 @@ ENABLE_UPNP = NO
34# Use addresses from the local network interfaces (inluding loopback, but also others) 34# Use addresses from the local network interfaces (inluding loopback, but also others)
35USE_LOCALADDR = YES 35USE_LOCALADDR = YES
36 36
37# Use address obtained from a DNS lookup of our hostname
38USE_HOSTNAME = NO
39
37# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) 40# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
38# normal interface IP address for non-NATed peers; 41# normal interface IP address for non-NATed peers;
39# possibly auto-detected (using UPnP) if possible if not specified 42# possibly auto-detected (using UPnP) if possible if not specified