]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- cachedb-no-store, example conf and man page documentation.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 13 Oct 2023 09:37:18 +0000 (11:37 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 13 Oct 2023 09:37:18 +0000 (11:37 +0200)
doc/example.conf.in
doc/unbound.conf.5.in

index a0035b7405037ab6f03c8b8f4b1703c970b7a904..6bf1c668e44f4150b31c2152b8efc6104b2ec8cb 100644 (file)
@@ -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)
index 13aa9ec7c8e6dbf9e748c9f7de9d224589230f17..76cfa2383e7f7b5918ce05762f3c542db0d5ff26 100644 (file)
@@ -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<yes or no>\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