Move libgnunetpsycutil.la to psycstore
[oweals/gnunet.git] / src / psyc / psyc.conf.in
index 4615526988c5528e273427305e253ba989101894..4a4a969542eeeeaeb617cf0a838b4447c4d02c72 100644 (file)
@@ -1,8 +1,12 @@
 [psyc]
 AUTOSTART = @AUTOSTART@
 BINARY = gnunet-service-psyc
+
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock
-UNIX_MATCH_UID = NO
+UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
+
 @UNIXONLY@PORT = 2115
-HOSTNAME = localhost
\ No newline at end of file
+HOSTNAME = localhost
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;