diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-07-08 11:44:52 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-07-08 11:44:52 +0000 |
commit | d0945e619a8cd539562e7214cedbd5e774e3a378 (patch) | |
tree | d3f0255e1a1475dd970a10821b89a368adec3b7f /contrib | |
parent | 5fd7b4478dd5e4fa2c5d5a06216a9bf1d96cb0c7 (diff) |
integrating miniupnp with nat library
git-svn-id: https://gnunet.org/svn/gnunet@15891 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 4a9b44dc80..f6b0e0c879 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -28,7 +28,7 @@ BEHIND_NAT = NO # Is the NAT hole-punched? PUNCHED_NAT = NO -# Disable UPNP by default until it gets cleaner! +# Enable UPNP by default? ENABLE_UPNP = NO # Use addresses from the local network interfaces (inluding loopback, but also others) @@ -69,7 +69,7 @@ IFC_SCAN_FREQUENCY = 3000000 DYNDNS_FREQUENCY = 140000 [gnunet-nat-server] -HOSTNAME = nat.gnunet.org +HOSTNAME = gnunet.org PORT = 5724 [transport-tcp] |