From: RvdE Date: Fri, 7 Jun 2013 11:31:41 +0000 (+0200) Subject: Update reczones.cc X-Git-Tag: rec-3.6.0-rc1~697^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F853%2Fhead;p=thirdparty%2Fpdns.git Update reczones.cc Added the IPv6-address for D.ROOT-SERVERS.NET --- diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 750d6fbdfa..07abbc7eb1 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -34,7 +34,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, NULL, NULL, + "2001:503:ba3e::2:30", NULL, NULL, "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" };