From 76fd1dd4505ff168c621d6543f27b9c54bb25222 Mon Sep 17 00:00:00 2001 From: FredericDT Date: Wed, 31 Aug 2022 16:09:22 +0800 Subject: [PATCH] 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 --- pdns/dnsdistdist/docs/rules-actions.rst | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3