From 3cb1dc0db3256df952fb53528a898942ae29b5d7 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 13 Feb 2026 14:17:40 +0100 Subject: [PATCH] dnsdist: Fix c/p mistake spotted by Miod (thanks!) Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/docs/reference/actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/actions.rst b/pdns/dnsdistdist/docs/reference/actions.rst index 779b3a5513..e0c87bb7ce 100644 --- a/pdns/dnsdistdist/docs/reference/actions.rst +++ b/pdns/dnsdistdist/docs/reference/actions.rst @@ -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 -- 2.47.3