From: Peter van Dijk Date: Thu, 6 May 2021 04:13:22 +0000 (+0200) Subject: dnsdist docs: correct bits for TCAction X-Git-Tag: dnsdist-1.6.0~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cca0300ac7767317ff2f7a5649e27ede1e359fb;p=thirdparty%2Fpdns.git dnsdist docs: correct bits for TCAction --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index baa3a60eb5..801e062221 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 TC and RD bits set, to force the client to TCP. + 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. .. function:: TeeAction(remote[, addECS])