]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
update l.root ip
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 14 Mar 2014 21:49:38 +0000 (22:49 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 14 Mar 2014 21:49:38 +0000 (22:49 +0100)
pdns/packethandler.cc
pdns/speedtest.cc

index 68a299541fabb000ae442bc397341f8995b63c5d..d923d7c2822a728bb4eaf75aeeb66942630aadfc 100644 (file)
@@ -95,7 +95,7 @@ void PacketHandler::addRootReferral(DNSPacket* r)
 {  
   // nobody reads what we output, but it appears to be the magic that shuts some nameservers up
   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", 
-                     "192.36.148.17","192.58.128.30", "193.0.14.129", "198.32.64.12", "202.12.27.33"};
+                     "192.36.148.17","192.58.128.30", "193.0.14.129", "199.7.83.42", "202.12.27.33"};
   static char templ[40];
   strncpy(templ,"a.root-servers.net", sizeof(templ) - 1);
 
index 0dc018d6357f58272810563ae4dc3b5a918c306a..6fad022d996cdb48a85bb7cdca8d229ec626ed11 100644 (file)
@@ -310,7 +310,7 @@ vector<uint8_t> makeRootReferral()
 
   // nobody reads what we output, but it appears to be the magic that shuts some nameservers up
   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", 
-                     "192.36.148.17","192.58.128.30", "193.0.14.129", "198.32.64.12", "202.12.27.33"};
+                     "192.36.148.17","192.58.128.30", "193.0.14.129", "199.7.83.42", "202.12.27.33"};
   static char templ[40];
   strncpy(templ,"a.root-servers.net", sizeof(templ) - 1);