diff options
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 = |