From 02bc15a1bf7067a3b964e7bfc5644dbf1fb201e3 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 30 Apr 2025 13:03:24 +0200 Subject: [PATCH] dnsdist: Document that DNSQuestion::getIncomingInterface was backported --- pdns/dnsdistdist/docs/reference/dq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, -- 2.47.2