From: Remi Gacogne Date: Wed, 30 Apr 2025 11:03:24 +0000 (+0200) Subject: dnsdist: Document that DNSQuestion::getIncomingInterface was backported X-Git-Tag: dnsdist-2.0.0-alpha2~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02bc15a1bf7067a3b964e7bfc5644dbf1fb201e3;p=thirdparty%2Fpdns.git dnsdist: Document that DNSQuestion::getIncomingInterface was backported --- diff --git a/pdns/dnsdistdist/docs/reference/dq.rst b/pdns/dnsdistdist/docs/reference/dq.rst index 8364f590bc..08cb362330 100644 --- a/pdns/dnsdistdist/docs/reference/dq.rst +++ b/pdns/dnsdistdist/docs/reference/dq.rst @@ -184,7 +184,7 @@ This state can be modified from the various hooks. .. method:: DNSQuestion:getIncomingInterface() -> string - .. versionadded:: 2.0.0 + .. versionadded:: 1.9.10 Return the name of the network interface this query was received on, but only if the corresponding frontend has been bound to a specific network interface via the ``interface`` parameter to :func:`addLocal`, :func:`setLocal`,