From: Remi Gacogne Date: Tue, 1 Aug 2023 08:57:16 +0000 (+0200) Subject: dnsdist: Fix a c/p mistake in the description of getSelfAnsweredResponseRule X-Git-Tag: rec-5.0.0-alpha1~78^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13013%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a c/p mistake in the description of getSelfAnsweredResponseRule --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 116c57b598..41f531c5e5 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -189,7 +189,7 @@ For Rules related to the incoming query: .. versionadded:: 1.9.0 - Return the cache-hit response rule corresponding to the selector, if any. + Return the cache-inserted response rule corresponding to the selector, if any. The selector can be the position of the rule in the list, as an integer, its name as a string or its UUID as a string as well. @@ -219,7 +219,7 @@ For Rules related to the incoming query: .. versionadded:: 1.9.0 - Return the cache-hit response rule corresponding to the selector, if any. + Return the self-answered response rule corresponding to the selector, if any. The selector can be the position of the rule in the list, as an integer, its name as a string or its UUID as a string as well.