From: Wouter Wijngaards Date: Thu, 9 Aug 2018 12:48:33 +0000 (+0000) Subject: documentation. X-Git-Tag: release-1.8.0rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1012613ea7a7d5ad6429cda3a34ae2f4406db5;p=thirdparty%2Funbound.git documentation. git-svn-id: file:///svn/unbound/trunk@4847 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/example.conf.in b/doc/example.conf.in index cb114c38b..8c7de6f85 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -829,6 +829,7 @@ remote-control: # stub-prime: no # stub-first: no # stub-tls-upstream: no +# stub-no-cache: no # stub-zone: # name: "example.org" # stub-host: ns.example.com. @@ -845,6 +846,7 @@ remote-control: # forward-addr: 192.0.2.73@5355 # forward to port 5355. # forward-first: no # forward-tls-upstream: no +# forward-no-cache: no # forward-zone: # name: "example.org" # forward-host: fwd.example.com diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 3deb56db8..636163457 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1507,6 +1507,10 @@ Default is no. .TP .B stub\-ssl\-upstream: \fI Alternate syntax for \fBstub\-tls\-upstream\fR. +.TP +.B stub\-no\-cache: \fI +Default is no. If enabled, data inside the stub is not cached. This is +useful when you want immediate changes to be visible. .SS "Forward Zone Options" .LP There may be multiple @@ -1557,6 +1561,10 @@ load CA certs, otherwise the connections cannot be authenticated. .TP .B forward\-ssl\-upstream: \fI Alternate syntax for \fBforward\-tls\-upstream\fR. +.TP +.B forward\-no\-cache: \fI +Default is no. If enabled, data inside the forward is not cached. This is +useful when you want immediate changes to be visible. .SS "Authority Zone Options" .LP Authority zones are configured with \fBauth\-zone:\fR, and each one must