aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.conf.in
blob: 2b20a109a17bf345335aad42b4705f50a6452bea (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
[core]
START_ON_DEMAND = @START_ON_DEMAND@
@JAVAPORT@PORT = 2092
HOSTNAME = localhost
BINARY = gnunet-service-core
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES
# DISABLE_SOCKET_FORWARDING = NO
# USERNAME = 
# MAXBUF =
# TIMEOUT =
# DISABLEV6 =
# BINDTO =
# REJECT_FROM =
# REJECT_FROM6 =
# PREFIX =

# Note: this MUST be set to YES in production, only set to NO for testing
# for performance (testbed/cluster-scale use!).
USE_EPHEMERAL_KEYS = YES