]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/docs/appendices/FAQ.rst
authorStefan Schmidt <203977+ZaphodB@users.noreply.github.com>
Fri, 31 May 2024 12:00:23 +0000 (14:00 +0200)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 12:00:23 +0000 (14:00 +0200)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/docs/appendices/FAQ.rst

index c38c0d1dfdc25ac494c7bacd91ec35e2b790c30f..109355e2407f154482c5846b60e698cf2ec79c8b 100644 (file)
@@ -87,6 +87,6 @@ For example, in the default setup the root name servers are called ``[a-m].root-
 This is needed to correctly determine zone cuts to be able to decide if the ``.root-servers.net`` domain is DNSSEC protected. Newer versions solve this by querying the needed information top-down.
 
 Starting with version 5.0.0, enabling :ref:`allow-no-rd` allows for queries without the recursion desired bit to be answered from cache.
-Older versions of the ``dig`` program provided by BIND do not set the RD bit causing it to sometimes fail to perform a ``+trace`` when asking a freshly restarted :program:`Recursor` despite the :ref:`allow-no-rd` option being set.
+Older versions of the ``dig`` program provided by ISC do not set the RD bit causing it to sometimes fail to perform a ``+trace`` when asking a freshly restarted :program:`Recursor` despite the :ref:`allow-no-rd` option being set.
 This is because there is a short while after restarting that the cache has no authoritative data on the root, so it will answer with an NODATA (NOERROR and no answer records) in that period for RD=0 queries.
 For ``dig`` this has been fixed in `BIND 9.15.1 <https://gitlab.isc.org/isc-projects/bind9/-/issues/1028>` by setting the RD bit.
\ No newline at end of file