From 7749a77c3b623f90cb54fad9eaf65a0fc2a1bd81 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 2 Nov 2011 17:05:46 +0000 Subject: [PATCH] transport template defaults --- src/transport/template_cfg_peer1.conf | 5 ++++- src/transport/template_cfg_peer2.conf | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.25.1