From: FredericDT Date: Wed, 31 Aug 2022 08:09:22 +0000 (+0800) Subject: Commit docs in pdns/dnsdistdist/docs/rules-actions.rst X-Git-Tag: rec-4.8.0-alpha1~36^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76fd1dd4505ff168c621d6543f27b9c54bb25222;p=thirdparty%2Fpdns.git Commit docs in pdns/dnsdistdist/docs/rules-actions.rst The optional parameter `local` shall be added in version 1.8.0 Signed-off-by: FredericDT --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index ee74a71943..1fede55e76 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -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.