aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-17 00:26:24 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-17 00:27:30 +0200
commit49fa68fc2e975313ec446bcd46867199d105bfab (patch)
tree6f32867da2d4fe2f1925b41b11e0b596363f71d2 /src/gns/gns.conf.in
parent11a3acf1fe65a02b5b2d7d691b7d447a52200aba (diff)
downloadgnunet-49fa68fc2e975313ec446bcd46867199d105bfab.tar.gz
gnunet-49fa68fc2e975313ec446bcd46867199d105bfab.zip
use sane default for DNS interception
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index f7682cda7..de50d1047 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -20,7 +20,7 @@ MAX_PARALLEL_BACKGROUND_QUERIES = 1000
20# we will ask gnunet-service-dns to pass DNS queries to us. Otherwise, 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 21# we only answer GNS queries via the API (which itself may be
22# called via NSS or other mechanisms). 22# called via NSS or other mechanisms).
23INTERCEPT_DNS = YES 23INTERCEPT_DNS = NO
24 24
25# PREFIX = valgrind --leak-check=full --track-origins=yes 25# PREFIX = valgrind --leak-check=full --track-origins=yes
26 26