Skip to content

Commit

Permalink
Sync manpages for upcoming 1.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gthess committed Jan 4, 2023
1 parent 7d1e27a commit 21c5606
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
8 changes: 8 additions & 0 deletions source/manpages/unbound-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ reload
Reload the server.
This flushes the cache and reads the config file fresh.

.. _unbound-control.commands.reload_keep_cache:

reload_keep_cache
Reload the server but try to keep the RRset and message cache if
(re)configuration allows for it.
That means the caches sizes and the number of threads must not change
between reloads.

.. _unbound-control.commands.verbosity:

verbosity *number*
Expand Down
37 changes: 35 additions & 2 deletions source/manpages/unbound.conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,18 @@ extended-statistics: *<yes or no>*

Default: no

.. _unbound.conf.statistics-inhibit-zero:

statistics-inhibit-zero: *<yes or no>*
If enabled, selected extended statistics with a value of 0 are inhibited
from printing with
:doc:`unbound-control(8)</manpages/unbound-control>`.
These are query types, query classes, query opcodes, answer rcodes
(except NOERROR, FORMERR, SERVFAIL, NXDOMAIN, NOTIMPL, REFUSED)
and PRZ actions.

Default: yes

.. _unbound.conf.num-threads:

num-threads: *<number>*
Expand Down Expand Up @@ -600,7 +612,7 @@ ip-freebind: *<yes or no>*
ip-dscp: *<number>*
The value of the Differentiated Services Codepoint (DSCP) in the
differentiated services field (DS) of the outgoing IP packet headers.
The field replaces the outdated IPv4 Type-Of-Service field and the IPV6
The field replaces the outdated IPv4 Type-Of-Service field and the IPv6
traffic class field.

.. _unbound.conf.rrset-cache-size:
Expand Down Expand Up @@ -2843,7 +2855,7 @@ response-ip-data: *<IP-netblock> <"resource record string">*
*<"Resource record string">* is similar to that of
:ref:`access-control-tag-action:<unbound.conf.access-control-tag-action>`,
but it must be of either AAAA, A or CNAME types.
If the *<IP-netblock>* is an IPv6/IPV4 prefix, the record must be AAAA/A
If the *<IP-netblock>* is an IPv6/IPv4 prefix, the record must be AAAA/A
respectively, unless it is a CNAME (which can be used for both versions of
IP netblocks).
If it is CNAME there must not be more than one
Expand Down Expand Up @@ -3077,6 +3089,27 @@ outbound-msg-retry: *<number>*

Default: 5

.. _unbound.conf.max-sent-count:

max-sent-count: *<number>*
Hard limit on the number of outgoing queries Unbound will make while
resolving a name, making sure large NS sets do not loop.
Results in SERVFAIL when reached.
It resets on query restarts (e.g., CNAME) and referrals.

Default: 32

.. _unbound.conf.max-query-restarts:

max-query-restarts: *<number>*
Hard limit on the number of times Unbound is allowed to restart a query
upon encountering a CNAME record.
Results in SERVFAIL when reached.
Changing this value needs caution as it can allow long CNAME chains to be
accepted, where Unbound needs to verify (resolve) each link individually.

Default: 11

.. _unbound.conf.fast-server-permil:

fast-server-permil: *<number>*
Expand Down

0 comments on commit 21c5606

Please sign in to comment.