]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc: extend listen comment in the configuration example
authorDaniel Salzman <daniel.salzman@nic.cz>
Mon, 3 Nov 2025 14:14:32 +0000 (15:14 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 3 Nov 2025 14:14:32 +0000 (15:14 +0100)
doc/configuration.rst

index 81c7ed168bd06728005bd98a5f210f2dff0cd58d..0cdc4ddbaca5b43b938cea72c53c48424d7245fc 100644 (file)
@@ -31,7 +31,8 @@ Now let's walk through this configuration step by step:
 - The :ref:`server_listen` statement in the :ref:`server section<Server section>`
   defines where the server will listen for incoming connections.
   We have defined the server to listen on all available IPv4 and IPv6 addresses,
-  all on port 53.
+  all on port 53. Note that if a resolver is already running on the host, it must
+  be turned off or reconfigured so it does not compete for the port.
 - The :ref:`zone section` defines the zones that the server will
   serve. In this case, we defined one zone named *example.com* which is stored
   in the zone file :file:`/var/lib/knot/zones/example.com.zone`.