aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.conf.in
blob: e966ed6d9f87e389332ea0800b07b953d63cef2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[conversation]
AUTOSTART = @AUTOSTART@
BINARY = gnunet-service-conversation
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-conversation.sock
HOSTNAME = localhost
@UNIXONLY@ PORT = 2120

# 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
UNIX_MATCH_GID = YES