From: Matt Nordhoff Date: Fri, 7 May 2021 10:55:31 +0000 (+0000) Subject: dnsdist docs: switch RA and RD X-Git-Tag: dnsdist-1.6.0~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10371%2Fhead;p=thirdparty%2Fpdns.git dnsdist docs: switch RA and RD --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 801e062221..35aa125756 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -1441,7 +1441,7 @@ The following actions exist. .. function:: TCAction() - Create answer to query with the TC bit set, and the RD bit set to the value of RA in the query, to force the client to TCP. + Create answer to query with the TC bit set, and the RA bit set to the value of RD in the query, to force the client to TCP. .. function:: TeeAction(remote[, addECS])