summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-03-05 18:13:15 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2022-03-05 18:13:15 +0000
commit756a1dcc1925ed0f2768ededf0e20505ee15b9ff (patch)
treefb752d6f419129b5e68348e1a78efec426e8a988
parent3ab6dd1c37da3f4ea0e369a1ecdf275697f01ecc (diff)
downloaddnsmasq-756a1dcc1925ed0f2768ededf0e20505ee15b9ff.tar.gz
Manpage update for --localise-queries.
Thanks to Leonardo Romor for the suggestion.
-rw-r--r--man/dnsmasq.83
1 files changed, 2 insertions, 1 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index f68a286..67c8055 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -304,7 +304,8 @@ Return answers to DNS queries from /etc/hosts and \fB--interface-name\fP and \fB
received. If a name has more than one address associated with
it, and at least one of those addresses is on the same subnet as the
interface to which the query was sent, then return only the
-address(es) on that subnet. This allows for a server to have multiple
+address(es) on that subnet and return all the available addresses otherwise.
+This allows for a server to have multiple
addresses in /etc/hosts corresponding to each of its interfaces, and
hosts will get the correct address based on which network they are
attached to. Currently this facility is limited to IPv4.