summaryrefslogtreecommitdiff
path: root/src/zonemaster/zonemaster.conf.in
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-01-20 07:00:54 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-01-20 07:00:54 +0100
commit3cb90c74c5f591fd2541d154a8e7b05a1c2f4539 (patch)
tree620638f54539749f2a1b27a5991a90880fe7c14d /src/zonemaster/zonemaster.conf.in
parent7122f35e2c00c29b1af31bdd294e93e6fcc84498 (diff)
parentaedd5919e802370061850486c96da72b25df7f22 (diff)
downloadgnunet-3cb90c74c5f591fd2541d154a8e7b05a1c2f4539.tar.gz
gnunet-3cb90c74c5f591fd2541d154a8e7b05a1c2f4539.zip
- merge; service API change
Diffstat (limited to 'src/zonemaster/zonemaster.conf.in')
-rw-r--r--src/zonemaster/zonemaster.conf.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/zonemaster/zonemaster.conf.in b/src/zonemaster/zonemaster.conf.in
new file mode 100644
index 000000000..871eb9c8f
--- /dev/null
+++ b/src/zonemaster/zonemaster.conf.in
@@ -0,0 +1,25 @@
1[zonemaster]
2AUTOSTART = @AUTOSTART@
3FORCESTART = YES
4HOSTNAME = localhost
5BINARY = gnunet-service-zonemaster
6UNIXPATH = $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)
11UNIX_MATCH_UID = NO
12
13# Do we require users that want to access GNS to be in the 'gnunet' group?
14UNIX_MATCH_GID = NO
15
16# How many queries is GNS allowed to perform in the background at the same time?
17MAX_PARALLEL_BACKGROUND_QUERIES = 1000
18
19# How frequently do we try to publish our full zone?
20ZONE_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