]> granicus.if.org Git - pdns/commitdiff
d.root-servers.net is going to move, the new IP address works already, so we are...
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 14 Dec 2012 18:15:13 +0000 (18:15 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 14 Dec 2012 18:15:13 +0000 (18:15 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2990 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/packethandler.cc
pdns/reczones.cc
pdns/speedtest.cc
pdns/win32_pdns_recursor.cc

index 59250b8d1a340fe4107875ec52f7fb0d89432d52..bd348b9858a8b4a49dfd1b03fee33124882abff9 100644 (file)
@@ -84,7 +84,7 @@ PacketHandler::~PacketHandler()
 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", "128.8.10.90", "192.203.230.10", "192.5.5.241", "192.112.36.4", "128.63.2.53", 
+  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"};
   static char templ[40];
   strncpy(templ,"a.root-servers.net", sizeof(templ) - 1);
index fb1ba0cbda52e6407b6305e4d4dcd93e4e8836d7..750d6fbdfa10971aa4564cba6fcafa879b72581e 100644 (file)
@@ -30,7 +30,7 @@ void primeHints(void)
     t_RC = new MemRecursorCache();
 
   if(::arg()["hint-file"].empty()) {
-    static const char*ips[]={"198.41.0.4", "192.228.79.201", "192.33.4.12", "128.8.10.90", "192.203.230.10", "192.5.5.241", 
+    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", "199.7.83.42", "202.12.27.33"};
     static const char *ip6s[]={
index 98a5885d1554b706a638fa2c7deaf7a21f381dc3..82bb8b4a4fcfcac7624dd21c0d0d3dd5a7b5caee 100644 (file)
@@ -309,7 +309,7 @@ vector<uint8_t> makeRootReferral()
   DNSPacketWriter pw(packet, "outpost.ds9a.nl", QType::SOA);
 
   // 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", "128.8.10.90", "192.203.230.10", "192.5.5.241", "192.112.36.4", "128.63.2.53", 
+  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"};
   static char templ[40];
   strncpy(templ,"a.root-servers.net", sizeof(templ) - 1);
index bf75311e3ba962776308f73fb27eb444890ac5ce..561f7012712ffeec1e57f5c55f1c70a6e14475ae 100644 (file)
@@ -174,7 +174,7 @@ void doPrune(void)
 void primeHints(void)
 {
   // prime root cache
-  static char*ips[]={"198.41.0.4", "192.228.79.201", "192.33.4.12", "128.8.10.90", "192.203.230.10", "192.5.5.241", "192.112.36.4", "128.63.2.53", 
+  static 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"};
   DNSResourceRecord arr, nsrr;
   arr.qtype=QType::A;