diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-06-02 20:12:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-06-02 20:12:20 +0000 |
commit | babb44d2986297396feb11d760b94cb82f8f931c (patch) | |
tree | e8a413c76937add910fa4f002fb1960b31815b94 /src/conversation/conversation.conf.in | |
parent | cb66f2dfd9164430b3dd22484075ac421d2464dc (diff) |
-doxygen, indentation
Diffstat (limited to 'src/conversation/conversation.conf.in')
-rw-r--r-- | src/conversation/conversation.conf.in | 16 |
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 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock HOSTNAME = localhost @UNIXONLY@ PORT = 2106 + +# Desired phone line. Change if multiple users are using +# the same peer and we thus need disjoint phone lines. LINE = 1 +# Should the phone record be private? (only set to YES if +# you really know what you are doing, you will then likely +# not be able to receive calls). +RECORD_IS_PRIVATE = NO + +# How long should phone records remain published in GNS? +# A long expiration time has the advantage that the phone +# is more likely found and/or resolved faster, OTOH it +# then takes longer to change the phone line if necessary. +# The default should be fine for most users. +RECORD_EXPIRATION = 1 day + + ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; UNIX_MATCH_UID = NO |