From: Remi Gacogne Date: Fri, 13 Feb 2026 13:17:40 +0000 (+0100) Subject: dnsdist: Fix c/p mistake spotted by Miod (thanks!) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb1dc0db3256df952fb53528a898942ae29b5d7;p=thirdparty%2Fpdns.git dnsdist: Fix c/p mistake spotted by Miod (thanks!) Signed-off-by: Remi Gacogne --- 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