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.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/peerinfo/peerinfo.conf.in b/src/peerinfo/peerinfo.conf.in
index 11302211d..560400498 100644
--- a/src/peerinfo/peerinfo.conf.in
+++ b/src/peerinfo/peerinfo.conf.in
@@ -2,7 +2,6 @@
2AUTOSTART = YES 2AUTOSTART = YES
3@JAVAPORT@PORT = 2090 3@JAVAPORT@PORT = 2090
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME
6BINARY = gnunet-service-peerinfo 5BINARY = gnunet-service-peerinfo
7ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
@@ -10,15 +9,15 @@ UNIXPATH = /tmp/gnunet-service-peerinfo.sock
10UNIX_MATCH_UID = NO 9UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
12# DISABLE_SOCKET_FORWARDING = NO 11# DISABLE_SOCKET_FORWARDING = NO
13# USERNAME = 12# USERNAME =
14# MAXBUF = 13# MAXBUF =
15# TIMEOUT = 14# TIMEOUT =
16# DISABLEV6 = 15# DISABLEV6 =
17# BINDTO = 16# BINDTO =
18# REJECT_FROM = 17# REJECT_FROM =
19# REJECT_FROM6 = 18# REJECT_FROM6 =
20# PREFIX = 19# PREFIX =
21HOSTS = $SERVICEHOME/peerinfo/ 20HOSTS = $GNUNET_DATA_HOME/peerinfo/hosts/
22 21
23# Option to disable all disk IO; only useful for testbed runs 22# Option to disable all disk IO; only useful for testbed runs
24# (large-scale experiments); disables persistence of HELLOs! 23# (large-scale experiments); disables persistence of HELLOs!