]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #1163: Typos in unbound.conf documentation.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 25 Oct 2024 19:25:16 +0000 (21:25 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 25 Oct 2024 19:25:16 +0000 (21:25 +0200)
doc/Changelog
doc/unbound.conf.5.in

index 2819dedb38b5d7a602f2102ad0b628755377b4b8..280faba90d044be4bd71e8c52aee9f44e07fc619 100644 (file)
@@ -1,3 +1,6 @@
+25 October 2024: Yorgos
+       - Fix #1163: Typos in unbound.conf documentation.
+
 17 October 2024: Wouter
        - Tag for 1.22.0 release. This did not contain the 1154 fix
          from 16 oct. The code repository continues with
index da494087ccb7bdd7a0cd4d22ff82a83647e22038..db1e528fa920952639889047237aff9e7aee399b 100644 (file)
@@ -1056,11 +1056,11 @@ closer to that of BIND 9, while setting "\-1 \-1 \-1 \-1 \-1" gives behaviour
 rumoured to be closer to that of BIND 8.
 .TP
 .B harden\-short\-bufsize: \fI<yes or no>
-Very small EDNS buffer sizes from queries are ignored. Default is on, as
+Very small EDNS buffer sizes from queries are ignored. Default is yes, as
 described in the standard.
 .TP
 .B harden\-large\-queries: \fI<yes or no>
-Very large queries are ignored. Default is off, since it is legal protocol
+Very large queries are ignored. Default is no, since it is legal protocol
 wise to send these, and could be necessary for operation if TSIG or EDNS
 payload is very large.
 .TP
@@ -1131,7 +1131,7 @@ queries.  For domains that do not support 0x20 and also fail with fallback
 because they keep sending different answers, like some load balancers.
 Can be given multiple times, for different domains.
 .TP
-.B caps\-whitelist: \fI<yes or no>
+.B caps\-whitelist: \fI<domain>
 Alternate syntax for \fBcaps\-exempt\fR.
 .TP
 .B qname\-minimisation: \fI<yes or no>
@@ -2715,7 +2715,7 @@ Allow the ipsecmod functionality for the domain so that the module logic will be
 executed.  Can be given multiple times, for different domains.  If the option is
 not specified, all domains are treated as being allowed (default).
 .TP
-.B ipsecmod\-whitelist: \fI<yes or no>
+.B ipsecmod\-whitelist: \fI<domain>
 Alternate syntax for \fBipsecmod\-allow\fR.
 .SS "Cache DB Module Options"
 .LP