From f2b9c644c8d5cac39dfa547c22b7e1217c44aad9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 8 Mar 2018 16:27:36 +0100 Subject: enable cache use by default --- src/gns/gns.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns') diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in index 6b764904f..d48a213e9 100644 --- a/src/gns/gns.conf.in +++ b/src/gns/gns.conf.in @@ -22,8 +22,8 @@ MAX_PARALLEL_BACKGROUND_QUERIES = 1000 # called via NSS or other mechanisms). INTERCEPT_DNS = YES -# Using caching or always ask DHT -# USE_CACHE = YES +# Using caching (start with namestore), or always ask DHT? +USE_CACHE = YES # PREFIX = valgrind --leak-check=full --track-origins=yes -- cgit v1.2.3