From: Yorgos Thessalonikefs Date: Fri, 23 Jan 2026 17:04:25 +0000 (+0100) Subject: - Update generated man pages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57bff79627ed0d890daeab7591d3084aef3bcbd7;p=thirdparty%2Funbound.git - Update generated man pages. --- diff --git a/doc/Changelog b/doc/Changelog index b66265751..6c6574d4d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ - Introduce the 'log-thread-id' configuration option to manage logging the system-wide Linux thread ID for easier debugging with system tools. + - Update generated man pages. 22 January 2026: Wouter - Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 204cda20c..a4fa56d38 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -416,6 +416,6 @@ on a function return with file read failure. .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound-anchor.8.in b/doc/unbound-anchor.8.in index 5c8c02fef..9da4fd852 100644 --- a/doc/unbound-anchor.8.in +++ b/doc/unbound-anchor.8.in @@ -304,6 +304,6 @@ Signature on the root key information. .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound-checkconf.8.in b/doc/unbound-checkconf.8.in index 1d17573e9..113901ca8 100644 --- a/doc/unbound-checkconf.8.in +++ b/doc/unbound-checkconf.8.in @@ -88,6 +88,6 @@ Unbound configuration file. .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound-control.8.in b/doc/unbound-control.8.in index 433b37354..5fcf055d0 100644 --- a/doc/unbound-control.8.in +++ b/doc/unbound-control.8.in @@ -978,6 +978,10 @@ Number of requests in the request list that were overwritten by newer entries. This happens if there is a flood of queries that recursive processing and the server has a hard time. +The counter is increased when during the flood the +\fI\%jostle\-timeout\fP +allows a query to be removed in favor of a new incoming query. +The older query is then dropped to make space. .UNINDENT .INDENT 0.0 .TP @@ -985,6 +989,12 @@ the server has a hard time. Queries that were dropped because the request list was full. This happens if a flood of queries need recursive processing, and the server can not keep up. +The counter is increased when during the flood there is no space +to be made with the jostle out of an older query, and the new query +is dropped. +Since no older queries are removed, see +\fI\%jostle\-timeout\fP setting, there +is no space for the new query. .UNINDENT .INDENT 0.0 .TP @@ -1570,6 +1580,6 @@ directory with private keys (\fBunbound_server.key\fP and .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound-host.1.in b/doc/unbound-host.1.in index f8a5ca0ae..cccf63117 100644 --- a/doc/unbound-host.1.in +++ b/doc/unbound-host.1.in @@ -185,6 +185,6 @@ encountered a fatal error. .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound.8.in b/doc/unbound.8.in index 863092ac0..ea5a50d68 100644 --- a/doc/unbound.8.in +++ b/doc/unbound.8.in @@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] unbound \- Unbound DNS validating resolver @version@. .SH SYNOPSIS .sp -\fBunbound\fP [\fB\-hdpv\fP] [\fB\-c \fP] +\fBunbound\fP [\fB\-hdpVv\fP] [\fB\-c \fP] .SH DESCRIPTION .sp \fBunbound\fP is a caching DNS resolver. @@ -118,6 +118,6 @@ Show the version number and build options, and exit. .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index cc8559fe0..55f86c17f 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1450,6 +1450,9 @@ The port number on which to provide DNS\-over\-QUIC service. Only interfaces configured with that port number as @number get the QUIC service. The interface uses QUIC for the UDP traffic on that port number. +If it is set to 0, the server does not init QUIC code, and QUIC is +disabled. +This is similar to if QUIC is not in use, but then explicitly. .sp Default: 853 .UNINDENT @@ -1927,6 +1930,16 @@ Default: no .UNINDENT .INDENT 0.0 .TP +.B log\-thread\-id: \fI\fP +(Only on Linux and only when threads are available) +Logs the system\-wide Linux thread ID instead of Unbound\(aqs internal thread +counter. +Can be useful when debugging with system tools. +.sp +Default: no +.UNINDENT +.INDENT 0.0 +.TP .B pidfile: \fI\fP The process id is written to the file. Default is \fB\(dq@UNBOUND_PIDFILE@\(dq\fP\&. @@ -5918,6 +5931,6 @@ Default is to log to \fIsyslog(3)\fP\&. .SH AUTHOR Unbound developers are mentioned in the CREDITS file in the distribution. .SH COPYRIGHT -1999-2025, NLnet Labs +1999-2026, NLnet Labs .\" Generated by docutils manpage writer. . diff --git a/doc/unbound.conf.rst b/doc/unbound.conf.rst index 390a0f724..953ed04a3 100644 --- a/doc/unbound.conf.rst +++ b/doc/unbound.conf.rst @@ -1306,9 +1306,9 @@ These options are part of the ``server:`` section. Only interfaces configured with that port number as @number get the QUIC service. The interface uses QUIC for the UDP traffic on that port number. - If the quic-port is set to 0, the server does not init quic code, - and quic is disabled. - This is similar to if quic is not in use, but then explicitly. + If it is set to 0, the server does not init QUIC code, and QUIC is + disabled. + This is similar to if QUIC is not in use, but then explicitly. Default: 853