initialize response_code, always
[oweals/gnunet.git] / src / zonemaster / zonemaster.conf.in
1 [zonemaster]
2 AUTOSTART = @AUTOSTART@
3 FORCESTART = YES
4 HOSTNAME = localhost
5 BINARY = gnunet-service-zonemaster
6 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
7 @JAVAPORT@PORT = 2123
8
9 # Do we require users that want to access GNS to run this process
10 # (usually not a good idea)
11 UNIX_MATCH_UID = NO
12
13 # Do we require users that want to access GNS to be in the 'gnunet' group?
14 UNIX_MATCH_GID = NO
15
16 # How many queries is GNS allowed to perform in the background at the same time?
17 MAX_PARALLEL_BACKGROUND_QUERIES = 1000
18
19 # How frequently do we try to publish our full zone?
20 ZONE_PUBLISH_TIME_WINDOW = 4 h
21
22 # Using caching or always ask DHT
23 # USE_CACHE = YES
24
25 # PREFIX = valgrind --leak-check=full --track-origins=yes