]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] d.root-servers.net AAAA
authorEvan Hunt <each@isc.org>
Sat, 27 Apr 2013 23:42:59 +0000 (16:42 -0700)
committerEvan Hunt <each@isc.org>
Sat, 27 Apr 2013 23:42:59 +0000 (16:42 -0700)
3556. [maint] Added AAAA for D.ROOT-SERVERS.NET.

CHANGES
lib/dns/rootns.c

diff --git a/CHANGES b/CHANGES
index 1b9b5491dd8c8b03bf27830b598875f92e6392bf..42e046ae7952c10796817d2db4f26692dde8a26e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3556.  [maint]         Added AAAA for D.ROOT-SERVERS.NET.
+
 3555.  [bug]           Address theoretical race conditions in acache.c
                        (change #3553 was incomplete). [RT #33252]
 
index 21f0f56bc085aafadab756be02ed05562e1f40e0..ebd6a68fb975619d4d279e5869091f268ecc20c9 100644 (file)
@@ -64,6 +64,7 @@ static char root_ns[] =
 "B.ROOT-SERVERS.NET.     3600000 IN      A       192.228.79.201\n"
 "C.ROOT-SERVERS.NET.     3600000 IN      A       192.33.4.12\n"
 "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"
 "F.ROOT-SERVERS.NET.     3600000 IN      A       192.5.5.241\n"
 "F.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2F::F\n"