From: Pieter Lexis Date: Mon, 1 Dec 2014 08:07:38 +0000 (+0100) Subject: Add IPv6 hints for {b,c}.root-servers.net X-Git-Tag: rec-3.7.0-rc1~149^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1899%2Fhead;p=thirdparty%2Fpdns.git Add IPv6 hints for {b,c}.root-servers.net --- diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 40e41ad459..6f79004a6c 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -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" };