aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast.conf.in
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
committerGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /src/multicast/multicast.conf.in
parent10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff)
downloadgnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.tar.gz
gnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.zip
add social service
Diffstat (limited to 'src/multicast/multicast.conf.in')
-rw-r--r--src/multicast/multicast.conf.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/multicast/multicast.conf.in b/src/multicast/multicast.conf.in
index dab90c7eb..f4a6daa1e 100644
--- a/src/multicast/multicast.conf.in
+++ b/src/multicast/multicast.conf.in
@@ -1,13 +1,16 @@
1[multicast] 1[multicast]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3PORT = 2109
4HOSTNAME = localhost
5BINARY = gnunet-service-multicast 3BINARY = gnunet-service-multicast
6ACCEPT_FROM = 127.0.0.1; 4
7ACCEPT_FROM6 = ::1;
8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
9UNIX_MATCH_UID = YES 6UNIX_MATCH_UID = YES
10UNIX_MATCH_GID = YES 7UNIX_MATCH_GID = YES
8
9@UNIXONLY@PORT = 2109
10HOSTNAME = localhost
11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1;
13
11# DISABLE_SOCKET_FORWARDING = NO 14# DISABLE_SOCKET_FORWARDING = NO
12# USERNAME = 15# USERNAME =
13# MAXBUF = 16# MAXBUF =