From: Daniel Salzman Date: Mon, 28 Jan 2019 13:50:42 +0000 (+0100) Subject: doc: add note about non-local address binding X-Git-Tag: v2.8.0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c87c12052ff1aa98f776ff5fd0a9cc2c4e1d0e;p=thirdparty%2Fknot-dns.git doc: add note about non-local address binding --- diff --git a/doc/man/knot.conf.5in b/doc/man/knot.conf.5in index 4c56c6b27c..80549922d4 100644 --- a/doc/man/knot.conf.5in +++ b/doc/man/knot.conf.5in @@ -315,7 +315,8 @@ The rotation shift is simply determined by a query ID. One or more IP addresses where the server listens for incoming queries. Optional port specification (default is 53) can be appended to each address using \fB@\fP separator. Use \fB0.0.0.0\fP for all configured IPv4 addresses or -\fB::\fP for all configured IPv6 addresses. +\fB::\fP for all configured IPv6 addresses. Non\-local address binding is +automatically enabled if supported by the operating system. .sp \fIDefault:\fP not set .SH KEY SECTION diff --git a/doc/reference.rst b/doc/reference.rst index 40a5dd107e..be00e249cc 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -342,7 +342,8 @@ listen One or more IP addresses where the server listens for incoming queries. Optional port specification (default is 53) can be appended to each address using ``@`` separator. Use ``0.0.0.0`` for all configured IPv4 addresses or -``::`` for all configured IPv6 addresses. +``::`` for all configured IPv6 addresses. Non-local address binding is +automatically enabled if supported by the operating system. *Default:* not set