diff options
author | Gabor X Toth <*@tg-x.net> | 2014-05-27 11:10:35 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2014-05-27 11:10:35 +0000 |
commit | cfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch) | |
tree | e0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /src/multicast/multicast.conf.in | |
parent | 10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff) |
add social service
Diffstat (limited to 'src/multicast/multicast.conf.in')
-rw-r--r-- | src/multicast/multicast.conf.in | 11 |
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 @@ [multicast] AUTOSTART = @AUTOSTART@ -PORT = 2109 -HOSTNAME = localhost BINARY = gnunet-service-multicast -ACCEPT_FROM = 127.0.0.1; -ACCEPT_FROM6 = ::1; + UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES + +@UNIXONLY@PORT = 2109 +HOSTNAME = localhost +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; + # DISABLE_SOCKET_FORWARDING = NO # USERNAME = # MAXBUF = |