]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 7 Apr 2014 08:18:39 +0000 (08:18 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 7 Apr 2014 08:18:39 +0000 (08:18 +0000)
  hints (patch from Anand Buddhdev).

git-svn-id: file:///svn/unbound/trunk@3102 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iter_hints.c

index a74dd6bbcf9023c9776d48b5bf845dc9941fb513..bcfb6ebc60f1280b7115d7cd5323e3099a2e39ff 100644 (file)
@@ -1,3 +1,7 @@
+7 April 2014: Wouter
+       - C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
+         hints (patch from Anand Buddhdev).
+
 28 March 2014: Wouter
        - Fix #569: do_tcp is do-tcp in unbound.conf man page.
 
index 7fa07a72969c14af815d36c81749066302b0fd9c..27ce012237d245543baf7414fb24f539ae90f6af 100644 (file)
@@ -144,6 +144,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
       }
       if(do_ip6) {
        if(!ah(dp, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) goto failed;
+       if(!ah(dp, "C.ROOT-SERVERS.NET.", "2001:500:2::c")) goto failed;
        if(!ah(dp, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
        if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
        if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::803f:235")) goto failed;