4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries

to provide feedback to the trust-anchor administrators
                        about how key rollovers are progressing as per
                        draft-ietf-dnsop-edns-key-tag-02.  This can be
                        disabled using 'trust-anchor-telemetry no;'.
                        [RT #40583]
This commit is contained in:
Mark Andrews
2016-07-22 20:02:17 +10:00
parent 9616761417
commit f20179857a
19 changed files with 422 additions and 85 deletions

View File

@@ -609,6 +609,19 @@
Thanks to Tony Finch for the contribution. [RT #41615]
</para>
</listitem>
<listitem>
<para>
<command>named</command> now provides feedback to the
owners of zones which have trust anchors configured
(<command>trusted-keys</command>,
<command>managed-keys</command>, <command>dnssec-validation
auto;</command> and <command>dnssec-lookaside auto;</command>)
by sending a daily query which encodes the keyids of the
configured trust anchors for the zone. This is controlled
by <command>trust-anchor-telemetry</command> and defaults
to yes.
</para>
</listitem>
</itemizedlist>
</section>