diff options
-rw-r--r-- | etc/config/config.privacy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/config/config.privacy b/etc/config/config.privacy index 29ee4169..c5a92665 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 |