aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/conversation.conf.in')
-rw-r--r--src/conversation/conversation.conf.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/conversation/conversation.conf.in b/src/conversation/conversation.conf.in
index ca27b535a..fb0478f4e 100644
--- a/src/conversation/conversation.conf.in
+++ b/src/conversation/conversation.conf.in
@@ -4,8 +4,24 @@ BINARY = gnunet-service-conversation
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock
5HOSTNAME = localhost 5HOSTNAME = localhost
6@UNIXONLY@ PORT = 2106 6@UNIXONLY@ PORT = 2106
7
8# Desired phone line. Change if multiple users are using
9# the same peer and we thus need disjoint phone lines.
7LINE = 1 10LINE = 1
8 11
12# Should the phone record be private? (only set to YES if
13# you really know what you are doing, you will then likely
14# not be able to receive calls).
15RECORD_IS_PRIVATE = NO
16
17# How long should phone records remain published in GNS?
18# A long expiration time has the advantage that the phone
19# is more likely found and/or resolved faster, OTOH it
20# then takes longer to change the phone line if necessary.
21# The default should be fine for most users.
22RECORD_EXPIRATION = 1 day
23
24
9ACCEPT_FROM = 127.0.0.1; 25ACCEPT_FROM = 127.0.0.1;
10ACCEPT_FROM6 = ::1; 26ACCEPT_FROM6 = ::1;
11UNIX_MATCH_UID = NO 27UNIX_MATCH_UID = NO