From: Matthias Wachs Date: Wed, 2 Nov 2011 17:05:46 +0000 (+0000) Subject: transport template defaults X-Git-Tag: initial-import-from-subversion-38251~16090 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7749a77c3b623f90cb54fad9eaf65a0fc2a1bd81;p=oweals%2Fgnunet.git transport template defaults --- diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf index 35007677f..b76613513 100644 --- a/src/transport/template_cfg_peer1.conf +++ b/src/transport/template_cfg_peer1.conf @@ -31,4 +31,7 @@ UNIXPATH = /tmp/gnunet-p1-service-transport.sock [ats] #DEBUG = YES PORT = 12006 -UNIXPATH = /tmp/gnunet-p1-service-ats.sock \ No newline at end of file +UNIXPATH = /tmp/gnunet-p1-service-ats.sock + +[nat] +RETURN_LOCAL_ADDRESSES = YES \ No newline at end of file diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index b0644c5b2..0c1f89cc2 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -32,4 +32,7 @@ UNIXPATH = /tmp/gnunet-p2-service-transport.sock [ats] #DEBUG = YES PORT = 12016 -UNIXPATH = /tmp/gnunet-p2-service-ats.sock \ No newline at end of file +UNIXPATH = /tmp/gnunet-p2-service-ats.sock + +[nat] +RETURN_LOCAL_ADDRESSES = YES \ No newline at end of file