aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster/zonemaster.conf.in
diff options
context:
space:
mode:
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..dda0c7ec4
--- /dev/null
+++ b/src/zonemaster/zonemaster.conf.in
@@ -0,0 +1,25 @@
1[gns]
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