From 951ab1a12096a6cf8514282c5f5d4d7641bc87ae Mon Sep 17 00:00:00 2001 From: Arsen Stasic Date: Tue, 27 Jun 2017 13:02:53 +0200 Subject: [PATCH] rec: changed IPv6 addr of b.root-servers.net http://www.internic.net/domain/db.cache last update: June 01, 2017 is effective since 2017-06-01 --- pdns/root-addresses.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/root-addresses.hh b/pdns/root-addresses.hh index 3ab5263dca..60fae2f6e0 100644 --- a/pdns/root-addresses.hh +++ b/pdns/root-addresses.hh @@ -38,7 +38,7 @@ static const char* const rootIps4[]={"198.41.0.4", // a.root-servers static size_t const rootIps4Count = sizeof(rootIps4) / sizeof(*rootIps4); static const char* const rootIps6[]={"2001:503:ba3e::2:30", // a.root-servers.net. - "2001:500:84::b", // b.root-servers.net. + "2001:500:200::b", // b.root-servers.net. "2001:500:2::c", // c.root-servers.net. "2001:500:2d::d", // d.root-servers.net. "2001:500:a8::e", // e.root-servers.net. -- 2.47.2