]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document that DNSQuestion::getIncomingInterface was backported 15509/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 30 Apr 2025 11:03:24 +0000 (13:03 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 30 Apr 2025 11:03:24 +0000 (13:03 +0200)
pdns/dnsdistdist/docs/reference/dq.rst

index 8364f590bc86984695898babb3c4fe3c39f5d629..08cb362330d00a38698cadeb2e0a60e9772838b8 100644 (file)
@@ -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`,