From efc2595423c9a1be6f2d8f4da25445198ceb8b57 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 1 Dec 2014 09:07:38 +0100 Subject: [PATCH] Add IPv6 hints for {b,c}.root-servers.net --- pdns/reczones.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }; -- 2.47.2