commit 394634143752c70d698b01ecaaa62486957aac2f parent 7ac50ed558cdce8e650a530d2494933ec0a8752e Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 25 Dec 2013 18:17:42 +0000 specify proper access control rules for conversation service Diffstat:
| M | src/conversation/conversation.conf.in | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/conversation/conversation.conf.in b/src/conversation/conversation.conf.in @@ -4,3 +4,8 @@ BINARY = gnunet-service-conversation UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock @UNIXONLY@ PORT = 2106 +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +UNIX_MATCH_UID = NO +UNIX_MATCH_GID = YES +