]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Commit docs in pdns/dnsdistdist/docs/rules-actions.rst
authorFredericDT <frederic.dt.twh@gmail.com>
Wed, 31 Aug 2022 08:09:22 +0000 (16:09 +0800)
committerFredericDT <frederic.dt.twh@gmail.com>
Wed, 31 Aug 2022 08:09:22 +0000 (16:09 +0800)
The optional parameter `local` shall be added in version 1.8.0

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
pdns/dnsdistdist/docs/rules-actions.rst

index ee74a7194378fd86b31a0acd29f548ddbd732ec7..1fede55e76e567297a0e8318f2bdce5b4dd37d8e 100644 (file)
@@ -1660,6 +1660,9 @@ The following actions exist.
 
 .. function:: TeeAction(remote[, addECS[, local]])
 
+  .. versionchanged:: 1.8.0
+    Added the optional parameter ``local``.
+
   Send copy of query to ``remote``, keep stats on responses.
   If ``addECS`` is set to true, EDNS Client Subnet information will be added to the query.
   If ``local`` has provided a value like "192.0.2.53", dnsdist will try binding that address as local address when sending the queries.