aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster/zonemaster.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-04 22:11:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-04 22:11:55 +0100
commit5672e0e27b671fa878143e5eed8a9b677588b178 (patch)
tree91a9a5bbeac95a3a65b08484d3295ee3cd03e8b8 /src/zonemaster/zonemaster.conf.in
parent60c6dfd1fe22a01a3f7723e7e2bb18d52895c527 (diff)
downloadgnunet-5672e0e27b671fa878143e5eed8a9b677588b178.tar.gz
gnunet-5672e0e27b671fa878143e5eed8a9b677588b178.zip
move functionality of publishing namestore zone in DHT from GNS service to new zonemaster service
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