diff --git a/lib/DnsStats.cpp b/lib/DnsStats.cpp index 7eee1c3..d9f3495 100644 --- a/lib/DnsStats.cpp +++ b/lib/DnsStats.cpp @@ -76,8 +76,8 @@ DnsStats::~DnsStats() static char const * DefaultRootAddresses[] = { "2001:503:ba3e::2:30", "198.41.0.4", - "192.228.79.201", /* Since 2017-10-24, b.root-servers.net changed from 192.228.79.201 to 199.9.14.201 */ - "199.9.14.201", /* See https://b.root-servers.org/news/2017/08/09/new-ipv4.html */ + "192.228.79.201", /* Since 2023-11-27, b.root-servers.net changed to 170.247.170.2 */ + "170.247.170.2", /* See https://b.root-servers.org/news/2023/05/16/new-addresses.html */ "2001:500:2::c", "192.33.4.12", "2001:500:2d::d", @@ -101,7 +101,7 @@ static char const * DefaultRootAddresses[] = { "2001:dc3::35", "202.12.27.33", "170.247.170.2", - "2801:1b8:10::b" + "2801:1b8:10::b" /* https://b.root-servers.org/news/2023/05/16/new-addresses.html */ };