Skip to content

Commit 71232aa

Browse files
committed
update l.root ip
1 parent 1202d18 commit 71232aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdns/packethandler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void PacketHandler::addRootReferral(DNSPacket* r)
8282
{
8383
// nobody reads what we output, but it appears to be the magic that shuts some nameservers up
8484
static const char*ips[]={"198.41.0.4", "192.228.79.201", "192.33.4.12", "199.7.91.13", "192.203.230.10", "192.5.5.241", "192.112.36.4", "128.63.2.53",
85-
"192.36.148.17","192.58.128.30", "193.0.14.129", "198.32.64.12", "202.12.27.33"};
85+
"192.36.148.17","192.58.128.30", "193.0.14.129", "199.7.83.42", "202.12.27.33"};
8686
static char templ[40];
8787
strncpy(templ,"a.root-servers.net", sizeof(templ) - 1);
8888

pdns/speedtest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ vector<uint8_t> makeRootReferral()
310310

311311
// nobody reads what we output, but it appears to be the magic that shuts some nameservers up
312312
static const char*ips[]={"198.41.0.4", "192.228.79.201", "192.33.4.12", "199.7.91.13", "192.203.230.10", "192.5.5.241", "192.112.36.4", "128.63.2.53",
313-
"192.36.148.17","192.58.128.30", "193.0.14.129", "198.32.64.12", "202.12.27.33"};
313+
"192.36.148.17","192.58.128.30", "193.0.14.129", "199.7.83.42", "202.12.27.33"};
314314
static char templ[40];
315315
strncpy(templ,"a.root-servers.net", sizeof(templ) - 1);
316316

0 commit comments

Comments
 (0)