]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 25 Jan 2022 07:25:20 +0000 (08:25 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 07:25:20 +0000 (08:25 +0100)
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/docs/lua-config/ztc.rst
pdns/recursordist/docs/upgrade.rst

index 6cc6275cfc00eb1172cc76409520e3fd1ac50f2e..58101fc3168cdcadf80b6d61ef3c3d1a223f1128 100644 (file)
@@ -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.
index 01a8cc4f05db8a124977b981f0ff2578487760f6..9851323dc29a5dfe4441a79ff246818ac077a981 100644 (file)
@@ -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
 ^^^^^^^^^^^^