From 289af2b7e697a77dc04c9464a760552e9ab7ca5c Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 10 Feb 2023 12:10:35 +0100 Subject: [PATCH] dnsdist: Document that IPv6 link-local addresses require the interface --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index dbf9cc7032..a9d2c27071 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -83,7 +83,7 @@ Listen Sockets .. versionchanged:: 1.6.0 Added ``maxInFlight`` and ``maxConcurrentTCPConnections`` parameters. - Add to the list of listen addresses. + Add to the list of listen addresses. Note that for IPv6 link-local addresses, it might be necessary to specify the interface to use: ``fe80::1%eth0``. On recent Linux versions specifying the interface via the ``interface`` parameter should work as well. :param str address: The IP Address with an optional port to listen on. The default port is 53. -- 2.47.2