summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-03-02 14:30:05 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-03-02 14:30:05 +0000
commitd588ab54d4a4c197a9aa10f271b8eb7c4d8e48c7 (patch)
tree3f80e737c9ad444e658c9b698290da3fbdb09b02
parentf8b422a7b69c5e06f715f81915ed16afdba666bd (diff)
downloaddnsmasq-d588ab54d4a4c197a9aa10f271b8eb7c4d8e48c7.tar.gz
Man page updates for DNSSEC.
-rw-r--r--man/dnsmasq.815
1 files changed, 13 insertions, 2 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 7bf1db7..975ccd4 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -599,7 +599,15 @@ clients unable to do validation, use of the AD bit set by dnsmasq is useful, pro
the dnsmasq server and the client is trusted. Dnsmasq must be compiled with HAVE_DNSSEC enabled, and DNSSEC
trust anchors provided, see
.B --trust-anchor.
-Because the DNSSEC validation process uses the cache, it is not permitted to reduce the cache size below the default when DNSSEC is enabled.
+Because the DNSSEC validation process uses the cache, it is not
+permitted to reduce the cache size below the default when DNSSEC is
+enabled. The nameservers upstream of dnsmasq must be DNSSEC-capable,
+ie capable of returning DNSSEC records with data. If they are not,
+then dnsmasq will not be able to determine the trusted status of
+answers. In the default mode, this menas that all replies will be
+marked as untrusted. If
+.B --dnssec-check-unsigned
+is set and the upstream servers don't support DNSSEC, then DNS service will be entirely broken.
.TP
.B --trust-anchor=[<class>],<domain>,<key-tag>,<algorithm>,<digest-type>,<digest>
Provide DS records to act a trust anchors for DNSSEC
@@ -615,7 +623,10 @@ legitimate: they are assumed to be valid and passed on (without the
attacker forging unsigned replies for signed DNS zones, but it is
fast. If this flag is set, dnsmasq will check the zones of unsigned
replies, to ensure that unsigned replies are allowed in those
-zones. The cost of this is more upstream queries and slower performance.
+zones. The cost of this is more upstream queries and slower
+performance. See also the warning about upstream servers in the
+section on
+.B --dnssec
.TP
.B --proxy-dnssec
Copy the DNSSEC Authenticated Data bit from upstream servers to downstream clients and cache it. This is an