From: Otto Moerbeek Date: Mon, 11 Oct 2021 09:04:00 +0000 (+0200) Subject: Docs improvements from review X-Git-Tag: dnsdist-1.7.0-alpha2~19^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a7f574139207f6dbf883612c83b7da4516312a5;p=thirdparty%2Fpdns.git Docs improvements from review Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 67a5316ab4..625d58f662 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1413,8 +1413,8 @@ Maximum number of seconds to cache an item in the packet cache, no matter what t - Integer - Default: 60 -Maximum number of seconds to cache a 'server failure' and other answers signalling an error in the packet cache. -Before version 4.6.0 only ``ServFail`` answers were considered an error. Starting with 4.6.0, any answer without answers records and rcode other than ``NoError`` and ``NXDomain`` are considered errors. +Maximum number of seconds to cache an answer indicating a failure to resolve in the packet cache. +Before version 4.6.0 only ``ServFail`` answers were considered as such. Starting with 4.6.0, all responses with a code other than ``NoError`` and ``NXDomain``, or without records in the answer and authority sections, are considered as a failure to resolve. .. versionchanged:: 4.0.0