aboutsummaryrefslogtreecommitdiff
path: root/config/greeting.conf
blob: 86c93c332229e2b687f9e3485a37145eb73be92c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# this is an example configuration for the greeting service
[greeting]
PORT = 3001
HOSTNAME = localhost
ACCEPT_FROM = 127.0.0.1
# names that the greeting service won't greet!
BANNED = "dold;Florian Dold"
# message for banned entities
BAN_MESSAGE = "%s, you are not welcome here!"
BINARY = gnunet-service-greeting
CONFIG = $DEFAULTCONFIG
PIPECONTROL = YES
OPTIONS = -LDEBUG