]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4457. [maint] Added AAAA (2001:500:a8::e) for E.ROOT-SERVERS.NET.
authorMark Andrews <marka@isc.org>
Mon, 29 Aug 2016 00:15:12 +0000 (10:15 +1000)
committerMark Andrews <marka@isc.org>
Mon, 29 Aug 2016 00:16:30 +0000 (10:16 +1000)
(cherry picked from commit c55b572ccf8afec50372f6fdedb84c84e1570650)

CHANGES
lib/dns/rootns.c

diff --git a/CHANGES b/CHANGES
index 9220c5d4498137425aa1faf449c5b006c5e15918..4a9dae72c2d282a2da90015d4fab5418cbb52064 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
        --- 9.11.0rc1 released ---
 
+4457.  [maint]         Added AAAA (2001:500:a8::e) for E.ROOT-SERVERS.NET.
+
 4456.  [doc]           Add DOCTYPE and lang attribute to <html> tags.
                        [RT #42587]
 
index af019dbd51759b6445d5e5571c121422ea0efa46..88bcba0c22e98577145ca2a7ba601cb60938a616 100644 (file)
@@ -59,6 +59,7 @@ static char root_ns[] =
 "D.ROOT-SERVERS.NET.     3600000 IN      A       199.7.91.13\n"
 "D.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2d::d\n"
 "E.ROOT-SERVERS.NET.     3600000 IN      A       192.203.230.10\n"
+"E.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:a8::e\n"
 "F.ROOT-SERVERS.NET.     3600000 IN      A       192.5.5.241\n"
 "F.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2F::F\n"
 "G.ROOT-SERVERS.NET.     3600000 IN      A       192.112.36.4\n"