From: W.C.A. Wijngaards Date: Fri, 13 Oct 2023 09:37:18 +0000 (+0200) Subject: - cachedb-no-store, example conf and man page documentation. X-Git-Tag: release-1.19.0rc1~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a211a9117bbc9f32d9a5395ef0389878532b4aa;p=thirdparty%2Funbound.git - cachedb-no-store, example conf and man page documentation. --- diff --git a/doc/example.conf.in b/doc/example.conf.in index a0035b740..6bf1c668e 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1226,6 +1226,8 @@ remote-control: # backend: "testframe" # # secret seed string to calculate hashed keys # secret-seed: "default" +# # if the backend should be read from, but not written to. +# cachedb-no-store: no # # # For "redis" backend: # # (to enable, use --with-libhiredis to configure before compiling) diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 13aa9ec7c..76cfa2383 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -2681,6 +2681,11 @@ operationally. If the backend database is shared by multiple Unbound instances, all instances must use the same secret seed. This option defaults to "default". +.TP +.B cachedb-no-store: \fI\fR +If the backend should be read from, but not written to. This makes this +instance not store dns messages in the backend. But if data is available it +is retrieved. The default is no. .P The following .B cachedb