From: Schanzenbach, Martin Date: Tue, 24 Dec 2019 13:44:25 +0000 (+0900) Subject: update configs X-Git-Tag: v0.12.1~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=99d3589e5515d251be07f9b4d72bdcc75c300a33;p=oweals%2Fgnunet.git update configs --- diff --git a/src/transport/test_communicator_unix_peer1.conf b/src/transport/test_communicator_unix_peer1.conf index f0d5ac299..411b7f587 100644 --- a/src/transport/test_communicator_unix_peer1.conf +++ b/src/transport/test_communicator_unix_peer1.conf @@ -16,6 +16,10 @@ PORT = 52401 PORT = 60000 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock +[nat] +UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/nat.sock +ENABLE_IPSCAN = YES + [communicator-unix] UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock diff --git a/src/transport/test_communicator_unix_peer2.conf b/src/transport/test_communicator_unix_peer2.conf index 1897f4039..d06ef0d1e 100644 --- a/src/transport/test_communicator_unix_peer2.conf +++ b/src/transport/test_communicator_unix_peer2.conf @@ -17,6 +17,9 @@ PORT = 52401 PORT = 60001 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock +[nat] +UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/nat.sock + [communicator-unix] UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock