From ac462493f3c86d70b4fae721bcb6a796dfaab2f1 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 26 Jun 2020 14:37:36 +0200 Subject: [PATCH] recursor: clarify that auth-zones are not served with an AA bit --- pdns/recursordist/docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 7453078e71..f99376d3ae 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -121,7 +121,7 @@ Not recommended unless you have to tick an 'RFC 2181 compliant' box. -------------- - Comma separated list of 'zonename=filename' pairs -Zones read from these files (in BIND format) are served authoritatively. +Zones read from these files (in BIND format) are served authoritatively (but without the AA bit set in responses). DNSSEC is not supported. Example: .. code-block:: none -- 2.47.2