]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist docs: switch RA and RD 10371/head
authorMatt Nordhoff <mnordhoff@mn0.us>
Fri, 7 May 2021 10:55:31 +0000 (10:55 +0000)
committerMatt Nordhoff <mnordhoff@mn0.us>
Fri, 7 May 2021 10:55:31 +0000 (10:55 +0000)
pdns/dnsdistdist/docs/rules-actions.rst

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