summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.