From 014caaf0c49fe1fc0563d10c4a7ad09563e56974 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 25 Jan 2022 08:25:20 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/docs/lua-config/ztc.rst | 2 +- pdns/recursordist/docs/upgrade.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ^^^^^^^^^^^^ -- 2.47.2