diff --git a/doc/Changelog b/doc/Changelog index 0f4ce269f..59a54ebbe 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,8 @@ - ub_ctx_set_tls call for libunbound that enables DoT for the machines set with ub_ctx_set_fwd. Patch from Florian Obser. - Set build system for added call in the libunbound API. + - List d.root-servers.net as a host that allows AXFR in example.conf + config file, as suggested from draft-ietf-dnsop-7706-bis-02. 25 January 2019: Wouter - Fix that tcp for auth zone and outgoing does not remove and diff --git a/doc/example.conf.in b/doc/example.conf.in index 5603db817..bc6834439 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -911,6 +911,7 @@ remote-control: # fallback-enabled: yes # master: b.root-servers.net # master: c.root-servers.net +# master: d.root-servers.net # master: e.root-servers.net # master: f.root-servers.net # master: g.root-servers.net