# 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
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