]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix c/p mistake spotted by Miod (thanks!) 16879/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Feb 2026 13:17:40 +0000 (14:17 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Feb 2026 13:17:40 +0000 (14:17 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/reference/actions.rst

index 779b3a55133ae0eb1c6a3ba8e81146422bd8937f..e0c87bb7ce024782a8daf1ae3a8780be8fbaa593 100644 (file)
@@ -1020,7 +1020,7 @@ The following actions exist.
   Remove a tag named ``name``.
   Subsequent rules are processed after this action.
 
-  :param string name: The name of the tag to set
+  :param string name: The name of the tag to unset
 
 .. function:: UnsetTagResponseAction(name)
 
@@ -1029,4 +1029,4 @@ The following actions exist.
   Remove a tag named ``name``.
   Subsequent rules are processed after this action.
 
-  :param string name: The name of the tag to set
+  :param string name: The name of the tag to unset