The optional parameter `local` shall be added in version 1.8.0
Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
.. 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.