]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Update new b-root-server.net addresses in built-in hints. 13387/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 17 Oct 2023 15:07:17 +0000 (17:07 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 17 Oct 2023 15:07:17 +0000 (17:07 +0200)
Is going to be effective 20231117. Both existing and new addresses
work already at the moment of writing (20211017).

https://www.lacnic.net/6869/2/lacnic/lacnic-assigns-number-resources-to-the-usc_isi-dns-root-server

Fixes #12897

pdns/recursordist/root-addresses.hh

index e766fd9490ada18d5ce4057b19dc635d67746f83..f95f0ea7f959407b65b347bf1b28b663a1b6f3eb 100644 (file)
@@ -26,7 +26,7 @@
 
 const std::array<const std::string, 13> rootIps4 = {
   "198.41.0.4", // a.root-servers.net.
-  "199.9.14.201", // b.root-servers.net.
+  "170.247.170.2", // b.root-servers.net.
   "192.33.4.12", // c.root-servers.net.
   "199.7.91.13", // d.root-servers.net.
   "192.203.230.10", // e.root-servers.net.
@@ -42,7 +42,7 @@ const std::array<const std::string, 13> rootIps4 = {
 
 const std::array<const std::string, 13> rootIps6 = {
   "2001:503:ba3e::2:30", // a.root-servers.net.
-  "2001:500:200::b", // b.root-servers.net.
+  "2801:1b8:10::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.