diff --git a/daemon/README.rst b/daemon/README.rst index 7bede346c7ba84ee8d137df4a7748df18bdd9921..c4991e370bb8de5cbecb2ee1b73d012e603a56c8 100644 --- a/daemon/README.rst +++ b/daemon/README.rst @@ -427,6 +427,11 @@ you've disabled IPv6 support in kernel, use ``0.0.0.0`` instead of ``[::]`` ). ListenDatagram=[::]:53 ListenStream=[::]:53 +.. note:: Using IPv6 to bind to IPv4 interfaces is currently not compatible + with IPv4 syntax in ``view:addr()`` when using the ``view`` module. For + possible workarounds, see + https://gitlab.labs.nic.cz/knot/knot-resolver/issues/445 + It can also be useful if you want to use the Knot DNS with the `dnsproxy module`_ to have both resolver and authoritative server running on the same machine. diff --git a/distro/common/systemd/kresd.systemd.7 b/distro/common/systemd/kresd.systemd.7 index 1ffa911c7bfe8dd609706be00ebd173f81e02e9d..3b0433e9b7024af03dd719ed638634b5bf7db4c1 100644 --- a/distro/common/systemd/kresd.systemd.7 +++ b/distro/common/systemd/kresd.systemd.7 @@ -104,6 +104,11 @@ ListenStream=[::]:853 .RE .fi +Please note that using IPv6 to bind to IPv4 interfaces is currently not +compatible with IPv4 syntax in \fIview:addr()\fR when using the view module. +For possible workarounds, see +https://gitlab.labs.nic.cz/knot/knot-resolver/issues/445 + For more detailed socket configuration, see \fBsystemd.socket\fR(5). .B Concurrent daemons