Skip to content

Commit

Permalink
Merge pull request #251 from cyberstormdotmu/master
Browse files Browse the repository at this point in the history
update b-root IPv4 address
  • Loading branch information
huitema authored Sep 5, 2024
2 parents f4decdd + 693f9f9 commit 2f51f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/DnsStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 */

};

Expand Down

0 comments on commit 2f51f11

Please sign in to comment.