]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- unbound.conf manpage: explicitly mention RFC6891.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 19 Sep 2025 13:49:07 +0000 (15:49 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 19 Sep 2025 13:49:07 +0000 (15:49 +0200)
doc/Changelog
doc/unbound.conf.5.in
doc/unbound.conf.rst

index 22fe32b3b2ab728b7082e66d3c9bc059dd5ef67b..3f0a14a0f26821b1a8dc288a97946fa5137501c5 100644 (file)
@@ -13,6 +13,7 @@
        - TTL change: TTL decoding was updated to adhere to RFC8767 section 4
          where a 'set high-order bit' means the value is positive instead of
          0.
+       - unbound.conf manpage: explicitly mention RFC6891.
 
 18 September 2025: Wouter
        - Tag for 1.24.0 release. Includes the fixes below after rc1.
index 172eb26c52eb604672b9e67be6c842c48b5aca97..0d2b5044b7664a8d6a65141b0dd94854d5d8f543 100644 (file)
@@ -1969,7 +1969,7 @@ Default:  \(dq3 2 1 0 0\(dq
 .B harden\-short\-bufsize: \fI<yes or no>\fP 
 Very small EDNS buffer sizes from queries are ignored.
 .sp
-Default: yes (as described in the standard)
+Default: yes (per \fI\%RFC 6891\fP)
 .UNINDENT
 .INDENT 0.0
 .TP
@@ -2600,6 +2600,12 @@ If
 \fI\%serve\-expired\-client\-timeout\fP
 is also used then it is RECOMMENDED to use 30 as the value (\fI\%RFC 8767\fP).
 .sp
+This value is capped by the original TTL of the record.
+This means that records with higher original TTL than this value will use
+this value for expired replies.
+Records with lower original TTL than this value will use their original TTL
+for expired replies.
+.sp
 Default: 30
 .UNINDENT
 .INDENT 0.0
index 72522af702cdd4a5f5412890a64998aa59ee857d..bbc31fe5099506da61e140c054aff194b2566527 100644 (file)
@@ -1744,7 +1744,7 @@ These options are part of the **server:** clause.
 @@UAHL@unbound.conf@harden-short-bufsize@@: *<yes or no>*
     Very small EDNS buffer sizes from queries are ignored.
 
-    Default: yes (as described in the standard)
+    Default: yes (per :rfc:`6891`)
 
 
 @@UAHL@unbound.conf@harden-large-queries@@: *<yes or no>*