diff options
author | Simon Kelley <simon@thekelleys.org.uk> | 2018-09-19 12:49:43 +0100 |
---|---|---|
committer | Simon Kelley <simon@thekelleys.org.uk> | 2018-09-19 12:49:43 +0100 |
commit | 51cc10fa54aae19fd5563e11fd70725354bb1624 (patch) | |
tree | f5195ce5e54272b3d977a1954217f2db2b8400b7 /man/dnsmasq.8 | |
parent | ea6cc338042094f8023d224e53c244da158e6499 (diff) | |
download | dnsmasq-51cc10fa54aae19fd5563e11fd70725354bb1624.tar.gz |
Add warning about 0.0.0.0 and :: addresses to man page.
Diffstat (limited to 'man/dnsmasq.8')
-rw-r--r-- | man/dnsmasq.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8 index 2ee9d4c..e3a5d18 100644 --- a/man/dnsmasq.8 +++ b/man/dnsmasq.8 @@ -515,7 +515,7 @@ address of 0.0.0.0 and its IPv6 equivalent of :: so \fB--address=/example.com/#\fP will return NULL addresses for example.com and its subdomains. This is partly syntactic sugar for \fB--address=/example.com/0.0.0.0\fP and \fB--address=/example.com/::\fP but is also more efficient than including both -as seperate configuration lines. +as seperate configuration lines. Note that NULL addresses normally work in the same way as localhost, so beware that clients looking up these names are likely to end up talking to themselves. .TP .B --ipset=/<domain>[/<domain>...]/<ipset>[,<ipset>...] Places the resolved IP addresses of queries for one or more domains in |