aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unix_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_unix_peer2.conf')
-rw-r--r--src/transport/test_transport_api_unix_peer2.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_unix_peer2.conf b/src/transport/test_transport_api_unix_peer2.conf
index c297ef20e..eb7ee5b69 100644
--- a/src/transport/test_transport_api_unix_peer2.conf
+++ b/src/transport/test_transport_api_unix_peer2.conf
@@ -105,4 +105,15 @@ SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
105[dht] 105[dht]
106AUTOSTART = NO 106AUTOSTART = NO
107 107
108 108[mesh]
109AUTOSTART = YES
110PORT = 10512
111HOSTNAME = localhost
112HOME = $SERVICEHOME
113CONFIG = $DEFAULTCONFIG
114BINARY = gnunet-service-mesh
115ACCEPT_FROM = 127.0.0.1;
116ACCEPT_FROM6 = ::1;
117UNIXPATH = /tmp/gnunet-service-mesh2.sock
118UNIX_MATCH_UID = YES
119UNIX_MATCH_GID = YES