summaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-09 09:26:28 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-09 21:18:44 +0100
commit4bf29b6e9f9b0223f9497f7664e96e3f333df861 (patch)
tree4210379dd659673f851ac0a58ee234959c51a58e /src/nat
parentdf3c092ec36c40ffdc1738c4b95dc33725e812e6 (diff)
downloadgnunet-4bf29b6e9f9b0223f9497f7664e96e3f333df861.tar.gz
gnunet-4bf29b6e9f9b0223f9497f7664e96e3f333df861.zip
enable upnpc by default
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat.conf.in b/src/nat/nat.conf.in
index 19d11c2ad..87fe29d9c 100644
--- a/src/nat/nat.conf.in
+++ b/src/nat/nat.conf.in
@@ -10,7 +10,7 @@ UNIX_MATCH_UID = YES
10UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
11 11
12# Enable UPNP by default? 12# Enable UPNP by default?
13ENABLE_UPNP = NO 13ENABLE_UPNP = YES
14 14
15# Disable IPv6 support 15# Disable IPv6 support
16# FIXME: move entirely to transport plugins! 16# FIXME: move entirely to transport plugins!