From: Stefan Schmidt <203977+ZaphodB@users.noreply.github.com> Date: Fri, 31 May 2024 10:33:19 +0000 (+0200) Subject: rec: allow_no_rd - clarify older dig +trace topples over in case of NODATA X-Git-Tag: rec-5.1.0-beta1~8^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379fc5b05c535f02baadc623a338efdbec0d300c;p=thirdparty%2Fpdns.git rec: allow_no_rd - clarify older dig +trace topples over in case of NODATA --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 4772bbdc56..37e630ed0a 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -205,8 +205,8 @@ Allow ``no recursion desired (RD=0) queries`` to query cache contents. If not set (the default), these queries are answered with rcode ``Refused``. Note that 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 -affecting for example older versions of dig when using its +trace option. +so it will answer with an NODATA (NOERROR and no answer records) in that period for RD=0 queries. +This affects for example older versions of dig when using its +trace option causing it to fail. ''', 'versionadded': '5.0.0' },