aboutsummaryrefslogtreecommitdiff
path: root/src/service/zonemaster/zonemaster.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/zonemaster/zonemaster.conf.in')
-rw-r--r--src/service/zonemaster/zonemaster.conf.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/service/zonemaster/zonemaster.conf.in b/src/service/zonemaster/zonemaster.conf.in
new file mode 100644
index 000000000..549394d6c
--- /dev/null
+++ b/src/service/zonemaster/zonemaster.conf.in
@@ -0,0 +1,27 @@
1[zonemaster]
2START_ON_DEMAND = @START_ON_DEMAND@
3RUN_PER_USER = YES
4IMMEDIATE_START = YES
5HOSTNAME = localhost
6BINARY = gnunet-service-zonemaster
7UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
8@JAVAPORT@PORT = 2123
9WORKER_COUNT = 4
10
11# Do we require users that want to access GNS to run this process
12# (usually not a good idea)
13UNIX_MATCH_UID = NO
14
15# Do we require users that want to access GNS to be in the 'gnunet' group?
16UNIX_MATCH_GID = NO
17
18# How many queries is GNS allowed to perform in the background at the same time?
19MAX_PARALLEL_BACKGROUND_QUERIES = 1000
20
21# How frequently do we try to publish our full zone?
22ZONE_PUBLISH_TIME_WINDOW = 4 h
23
24# Using caching or always ask DHT
25# USE_CACHE = YES
26
27# PREFIX = valgrind --leak-check=full --track-origins=yes