aboutsummaryrefslogtreecommitdiff
path: root/contrib/defaults.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/defaults.conf')
-rw-r--r--contrib/defaults.conf4
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
26# Is the NAT hole-punched? 26# Is the NAT hole-punched?
27PUNCHED_NAT = NO 27PUNCHED_NAT = NO
28 28
29# Disable UPNP by default until it gets cleaner!
30ENABLE_UPNP = NO
31
29# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) 32# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
30# normal interface IP address for non-NATed peers; 33# normal interface IP address for non-NATed peers;
31# possibly auto-detected (using UPnP) if possible if not specified 34# possibly auto-detected (using UPnP) if possible if not specified
@@ -297,6 +300,7 @@ CONFIG = $DEFAULTCONFIG
297BINARY = gnunet-service-dht 300BINARY = gnunet-service-dht
298ACCEPT_FROM = 127.0.0.1; 301ACCEPT_FROM = 127.0.0.1;
299ACCEPT_FROM6 = ::1; 302ACCEPT_FROM6 = ::1;
303BUCKET_SIZE = 4
300UNIXPATH = /tmp/gnunet-service-dht.sock 304UNIXPATH = /tmp/gnunet-service-dht.sock
301# DISABLE_SOCKET_FORWARDING = NO 305# DISABLE_SOCKET_FORWARDING = NO
302# DEBUG = YES 306# DEBUG = YES