]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update rules-actions.rst 12023/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Mon, 26 Sep 2022 15:31:32 +0000 (09:31 -0600)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 15:31:32 +0000 (09:31 -0600)
pdns/dnsdistdist/docs/rules-actions.rst

index 1fede55e76e567297a0e8318f2bdce5b4dd37d8e..5d3facea285d723150239c742ade8aa503242852 100644 (file)
@@ -738,8 +738,8 @@ These ``DNSRule``\ s be one of the following items:
 
   Matches question or answer with a tag named ``name`` set. If ``value`` is specified, the existing tag value should match too.
 
-  :param bool name: The name of the tag that has to be set
-  :param bool value: If set, the value the tag has to be set to. Default is unset
+  :param string name: The name of the tag that has to be set
+  :param string value: If set, the value the tag has to be set to. Default is unset
 
 .. function:: TCPRule(tcp)