aboutsummaryrefslogtreecommitdiff
path: root/src/template/template.conf
blob: 24b123390e4ea82d1317c5b44057d182b24ee495 (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
[template]
START_ON_DEMAND = NO
# for tests please come up with numbers that are
# unlikely to be in use by anyone. we typically
# use five digit numbers < 65536 with no "beauty"
# (no repetitions, no sequences, no popularity).
PORT = 99999
HOSTNAME = localhost
BINARY = gnunet-service-template
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-template.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES
# DISABLE_SOCKET_FORWARDING = NO
# USERNAME = 
# MAXBUF =
# TIMEOUT =
# DISABLEV6 =
# BINDTO =
# REJECT_FROM =
# REJECT_FROM6 =
# PREFIX =