]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a c/p mistake in the description of getSelfAnsweredResponseRule 13013/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 08:57:16 +0000 (10:57 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 08:57:16 +0000 (10:57 +0200)
pdns/dnsdistdist/docs/rules-actions.rst

index 116c57b5982e99b507a5f530706c1703038dd85d..41f531c5e591c85be961910258ae3aaf174cc85d 100644 (file)
@@ -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.