aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unix_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-05-12 12:25:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-05-12 12:25:56 +0000
commit9a7dfa3721880cd0125519a1779cb0a29ccfd959 (patch)
tree560931081886031b90a9db30b7c350698f1b079d /src/transport/test_transport_api_unix_peer2.conf
parentfbe1f6835d62398f2ebdde3cbc830e75bc402f44 (diff)
downloadgnunet-9a7dfa3721880cd0125519a1779cb0a29ccfd959.tar.gz
gnunet-9a7dfa3721880cd0125519a1779cb0a29ccfd959.zip
changed confs for second mesh addr
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