From 2139897e700b49c52a4c2075aa15a7908651d64b Mon Sep 17 00:00:00 2001 From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Mon, 26 Sep 2022 09:31:32 -0600 Subject: [PATCH] Update rules-actions.rst --- pdns/dnsdistdist/docs/rules-actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 1fede55e76..5d3facea28 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -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) -- 2.47.2