]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Small man page corrections for the 'disable-dnssec-lame-check' option.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 3 Jun 2025 12:10:53 +0000 (14:10 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 3 Jun 2025 12:12:27 +0000 (14:12 +0200)
doc/Changelog
doc/unbound.conf.rst

index b86a04524c7062c4c0b73df066410a0d24b24b71..2209c5e29b13ec922504cd688ef3b9732fb004a2 100644 (file)
@@ -1,3 +1,6 @@
+3 June 2025: Yorgos
+       - Small manpage corrections for the 'disable-dnssec-lame-check' option.
+
 21 May 2025: Wouter
        - Fix #1288: [FR] Improve fuzzing of unbound by adapting the netbound
          program.
index 3e02cb6e27f456dc61ee55fa7855b457ebe23c27..80a62309d82461b66140dc876fba6296561735ce 100644 (file)
@@ -2025,8 +2025,8 @@ These options are part of the **server:** clause.
 
 
 @@UAHL@unbound.conf@disable-dnssec-lame-check@@: *<yes or no>*
-    If true, disables the DNSSEC lameness check in the iterator.
-    This check sees if RRSIGs are present in the answer, when dnssec is
+    If yes, disables the DNSSEC lameness check in the iterator.
+    This check sees if RRSIGs are present in the answer, when DNSSEC is
     expected, and retries another authority if RRSIGs are unexpectedly missing.
     The validator will insist in RRSIGs for DNSSEC signed domains regardless of
     this setting, if a trust anchor is loaded.