]> granicus.if.org Git - pdns/commitdiff
Add IPv6 hints for {b,c}.root-servers.net
authorPieter Lexis <pieter@plexis.eu>
Mon, 1 Dec 2014 08:07:38 +0000 (09:07 +0100)
committerPieter Lexis <pieter@plexis.eu>
Mon, 1 Dec 2014 08:07:38 +0000 (09:07 +0100)
pdns/reczones.cc

index 40e41ad4592744a6d5cfe5d5c1eead08bfbf3d53..6f79004a6ca1e5755a98f665fd57cee56b1156c1 100644 (file)
@@ -42,7 +42,7 @@ void primeHints(void)
                              "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[]={
-      "2001:503:ba3e::2:30", NULL, NULL, "2001:500:2d::d", NULL,
+      "2001:503:ba3e::2:30", "2001:500:84::b", "2001:500:2::c", "2001:500:2d::d", NULL,
       "2001:500:2f::f", NULL, "2001:500:1::803f:235", "2001:7fe::53",
       "2001:503:c27::2:30", "2001:7fd::1", "2001:500:3::42", "2001:dc3::35"
     };