diff options
author | Nathan S. Evans <evans@in.tum.de> | 2010-12-15 12:52:34 +0000 |
---|---|---|
committer | Nathan S. Evans <evans@in.tum.de> | 2010-12-15 12:52:34 +0000 |
commit | 083d3add7cf8c675422ed5e57baaf52ae6bf11e8 (patch) | |
tree | 2d27496770719ae910ba5a13d4294113a6e73071 | |
parent | 0c12a11fc12eb6592be5ea4dfb1bd35401561da7 (diff) |
disable UPNP in defaults for now
-rw-r--r-- | contrib/defaults.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 6e63edc1d..ce4473de7 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -26,6 +26,9 @@ BEHIND_NAT = YES # Is the NAT hole-punched? PUNCHED_NAT = NO +# Disable UPNP by default until it gets cleaner! +ENABLE_UPNP = 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; # possibly auto-detected (using UPnP) if possible if not specified @@ -297,6 +300,7 @@ CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-dht ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; +BUCKET_SIZE = 4 UNIXPATH = /tmp/gnunet-service-dht.sock # DISABLE_SOCKET_FORWARDING = NO # DEBUG = YES |