aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-03 22:05:37 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-03 22:05:37 +0100
commit65377c3d9087635696f66b2444ef1d7eb39d4cd0 (patch)
tree14ff5999de78cf717e6e7b4541f469d1b24b243d /src/gns/gns.conf.in
parentcd2b8b467b218dfdd2d5124ad2d835161f3a2b1a (diff)
downloadgnunet-65377c3d9087635696f66b2444ef1d7eb39d4cd0.tar.gz
gnunet-65377c3d9087635696f66b2444ef1d7eb39d4cd0.zip
eliminate .gnu from GNS
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index b85b1e04c..6b764904f 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -16,6 +16,12 @@ UNIX_MATCH_GID = YES
16# How many queries is GNS allowed to perform in the background at the same time? 16# How many queries is GNS allowed to perform in the background at the same time?
17MAX_PARALLEL_BACKGROUND_QUERIES = 1000 17MAX_PARALLEL_BACKGROUND_QUERIES = 1000
18 18
19# Should we use the DNS interception mechanism? If set to YES
20# we will ask gnunet-service-dns to pass DNS queries to us. Otherwise,
21# we only answer GNS queries via the API (which itself may be
22# called via NSS or other mechanisms).
23INTERCEPT_DNS = YES
24
19# Using caching or always ask DHT 25# Using caching or always ask DHT
20# USE_CACHE = YES 26# USE_CACHE = YES
21 27