diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 20:48:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 20:48:53 +0000 |
commit | c2a80056864d6eda0398fd127dc0ae515b39752b (patch) | |
tree | 92e6196ae61df0fa7e4db654f78dfd837cc41826 /doc/unbound-checkconf.8.in | |
parent | 5a33598e88ad8fbc0affa74dee0a2d8cc4010fbc (diff) |
unbound: Vendor import 1.20.0vendor/unbound/1.20.0
Release notes at
https://www.nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/
Security: The DNSBomb vulnerability CVE-2024-33655
Diffstat (limited to 'doc/unbound-checkconf.8.in')
-rw-r--r-- | doc/unbound-checkconf.8.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/unbound-checkconf.8.in b/doc/unbound-checkconf.8.in index cde6d5c7aef2..75a26e411b74 100644 --- a/doc/unbound-checkconf.8.in +++ b/doc/unbound-checkconf.8.in @@ -1,4 +1,4 @@ -.TH "unbound-checkconf" "8" "Mar 14, 2024" "NLnet Labs" "unbound 1.19.3" +.TH "unbound-checkconf" "8" "May 8, 2024" "NLnet Labs" "unbound 1.20.0" .\" .\" unbound-checkconf.8 -- unbound configuration checker manual .\" @@ -14,6 +14,7 @@ unbound\-checkconf .B unbound\-checkconf .RB [ \-h ] .RB [ \-f ] +.RB [ \-q ] .RB [ \-o .IR option ] .RI [ cfgfile ] @@ -37,6 +38,9 @@ Print full pathname, with chroot applied to it. Use with the \-o option. If given, after checking the config file the value of this option is printed to stdout. For "" (disabled) options an empty line is printed. .TP +.B \-q +Make the operation quiet, suppress output on success. +.TP .I cfgfile The config file to read with settings for Unbound. It is checked. If omitted, the config file at the default location is checked. |