aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo.conf.in')
-rw-r--r--src/peerinfo/peerinfo.conf.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/peerinfo/peerinfo.conf.in b/src/peerinfo/peerinfo.conf.in
new file mode 100644
index 0000000..a40cc4f
--- /dev/null
+++ b/src/peerinfo/peerinfo.conf.in
@@ -0,0 +1,24 @@
+[peerinfo]
+AUTOSTART = YES
+@UNIXONLY@ PORT = 2090
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+CONFIG = $DEFAULTCONFIG
+BINARY = gnunet-service-peerinfo
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+UNIXPATH = /tmp/gnunet-service-peerinfo.sock
+UNIX_MATCH_UID = NO
+UNIX_MATCH_GID = YES
+# DISABLE_SOCKET_FORWARDING = NO
+# USERNAME =
+# MAXBUF =
+# TIMEOUT =
+# DISABLEV6 =
+# BINDTO =
+# REJECT_FROM =
+# REJECT_FROM6 =
+# PREFIX =
+HOSTS = $SERVICEHOME/data/hosts/
+
+