]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] update B.ROOT-SERVERS.NET
authorEvan Hunt <each@isc.org>
Tue, 24 Oct 2017 16:17:08 +0000 (09:17 -0700)
committerEvan Hunt <each@isc.org>
Tue, 24 Oct 2017 16:17:08 +0000 (09:17 -0700)
CHANGES
lib/dns/rootns.c

diff --git a/CHANGES b/CHANGES
index 99bd9446d8915243ca5a012e01117f1af567b351..0d20458efd299d5dcba2e7996f2b683091fb7327 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+4781.  [maint]         B.ROOT-SERVERS.NET is now 199.9.14.201. [RT #45889]
+
 4780.  [bug]           When answering ANY queries, don't include the NS
                        RRset in the authority section if it was already
                        in the answer section. [RT #44543]
index d86d0172d10625050ff1938c1869ce28921a1226..8cc736df58baeb982aedc8a12c55fedc5bc9de17 100644 (file)
@@ -52,7 +52,7 @@ static char root_ns[] =
 ".                       518400  IN      NS      M.ROOT-SERVERS.NET.\n"
 "A.ROOT-SERVERS.NET.     3600000 IN      A       198.41.0.4\n"
 "A.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:503:BA3E::2:30\n"
-"B.ROOT-SERVERS.NET.     3600000 IN      A       192.228.79.201\n"
+"B.ROOT-SERVERS.NET.     3600000 IN      A       199.9.14.201\n"
 "B.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:200::b\n"
 "C.ROOT-SERVERS.NET.     3600000 IN      A       192.33.4.12\n"
 "C.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2::c\n"