Skip to content
Snippets Groups Projects
Verified Commit 8365f35b authored by Tomas Krizek's avatar Tomas Krizek Committed by Vladimír Čunát
Browse files

doc/kresd.socket: mention IPv4 syntax incompatibility when binding with IPv6

Related #445
parent f0115060
No related branches found
No related tags found
1 merge request!764doc/kresd.systemd: bind to all interfaces with kresd.socket
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment