From 5433828a81c50790068a95d7dbe5cfd3073d6a02 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 1 Aug 2023 10:57:16 +0200 Subject: [PATCH] dnsdist: Fix a c/p mistake in the description of getSelfAnsweredResponseRule --- pdns/dnsdistdist/docs/rules-actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2