From: Otto Moerbeek Date: Tue, 25 Jan 2022 07:25:20 +0000 (+0100) Subject: Apply suggestions from code review X-Git-Tag: auth-4.7.0-alpha1~42^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014caaf0c49fe1fc0563d10c4a7ad09563e56974;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/docs/lua-config/ztc.rst b/pdns/recursordist/docs/lua-config/ztc.rst index 6cc6275cfc..58101fc316 100644 --- a/pdns/recursordist/docs/lua-config/ztc.rst +++ b/pdns/recursordist/docs/lua-config/ztc.rst @@ -29,7 +29,7 @@ The signatures of the remaining records will be verified on-demand once the reco For the ``ZONEMD`` part, if the zone has a ``ZONEMD`` record, the digest of the zone wil be verified. -For both parts failure of validation will prevent the downloaded zone contents to be inserted into the cache. +For both parts failure of validation will prevent the downloaded zone contents from being inserted into the cache. Absence of ``DNSSEC`` records is not considered a failure if the parent zone or negative trust anchor indicate the zone is ``Insecure``. Absence of ``ZONEMD`` records is not considered a failure. This behaviour can be tuned with the ``zoneToCache`` specific `zonemd`_ and `dnssec`_ settings described below. diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 01a8cc4f05..9851323dc2 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -14,7 +14,7 @@ Using the settings mentioned in :ref:`upgrade-offensive` now generates a warning File descriptor usage ^^^^^^^^^^^^^^^^^^^^^ The number of file descriptors used by the Recursor has increased because the Recursor now keeps idle outgoing TCP/DoT connections open for a while. -The extra file descriptors used compared to previous versions of the Recursor is :ref:`setting-tcp-out-max-idle-per-thread` times the number of worker threads (:ref:`setting-threads`). +The extra file descriptors used in comparison to previous versions of the Recursor is :ref:`setting-tcp-out-max-idle-per-thread` times the number of worker threads (:ref:`setting-threads`). New settings ^^^^^^^^^^^^