From: Evan Hunt Date: Thu, 14 Sep 2017 18:48:21 +0000 (-0700) Subject: [master] add thanks to APNIC and add missing note for serve-stale X-Git-Tag: v9.12.0b1~199 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0199666d3901a5d83146051ece5305b0141c4dca;p=thirdparty%2Fbind9.git [master] add thanks to APNIC and add missing note for serve-stale --- diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 645ac46cffd..7880e74061f 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -184,6 +184,18 @@ Note: This initial implementation can only synthesize NXDOMAIN responses, from NSEC records. Support for NODATA responses, wilcard responses, and NSEC3 records will be added soon. + Thanks to APNIC for sponsoring this work. + + + + + When acting as a recursive resolver, named + can now continue returning answers whose TTLs have expired + when the authoritative server is under attack and unable to + respond. This is controlled by the + stale-answer-enable, + stale-answer-ttl and + max-stale-ttl options. [RT #44790]