enable upnpc by default
authorChristian Grothoff <christian@grothoff.org>
Mon, 9 Jan 2017 08:26:28 +0000 (09:26 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 9 Jan 2017 20:18:44 +0000 (21:18 +0100)
src/nat/nat.conf.in

index 19d11c2addd738cfd1991f149f3f9d1516485d61..87fe29d9cabf9b4edcd76974ecbab8daf5c73751 100644 (file)
@@ -10,7 +10,7 @@ UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
 # Enable UPNP by default?
-ENABLE_UPNP = NO
+ENABLE_UPNP = YES
 
 # Disable IPv6 support
 # FIXME: move entirely to transport plugins!