diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-14 14:45:15 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-21 17:20:37 +0100 |
commit | c8c817e5c965494ff79465a96c0a1b45630c4122 (patch) | |
tree | 075e919f20c1e816b37a5a712903694bf640030b /etc | |
parent | etc/config: remove snippet for disabling dnssec (diff) | |
download | knot-resolver-c8c817e5c965494ff79465a96c0a1b45630c4122.tar.xz knot-resolver-c8c817e5c965494ff79465a96c0a1b45630c4122.zip |
etc/config: changing cache.storage is not recommended
Diffstat (limited to 'etc')
-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 |