From c8c817e5c965494ff79465a96c0a1b45630c4122 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Tue, 14 Jan 2020 14:45:15 +0100 Subject: [PATCH] etc/config: changing cache.storage is not recommended --- etc/config/config.privacy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/config/config.privacy b/etc/config/config.privacy index 29ee4169a..c5a92665e 100644 --- a/etc/config/config.privacy +++ b/etc/config/config.privacy @@ -12,8 +12,7 @@ net.listen('::1', 853, { kind = 'tls' }) -- use this to configure your TLS certificates -- net.tls("/etc/knot-resolver/server-cert.pem", "/etc/knot-resolver/server-key.pem") --- move cache to '/tmp/knot-resolver' tmpfs -cache.storage = 'lmdb:///tmp/knot-resolver' +-- Refer to manual if you would like to use non-persistent cache -- forwarding to multiple targets -- splits the entire DNS namespace into distinct slices -- 2.47.2