]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist docs: correct bits for TCAction 10362/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 May 2021 04:13:22 +0000 (06:13 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 May 2021 04:13:22 +0000 (06:13 +0200)
pdns/dnsdistdist/docs/rules-actions.rst

index baa3a60eb52585231d33ee82e86176c5d374a25c..801e062221f77909ba4436ebd905ee0c2c9ac4ec 100644 (file)
@@ -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])