]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- renumbering B-Root's IPv6 address to 2001:500:200::b.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 6 Jun 2017 09:33:09 +0000 (09:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 6 Jun 2017 09:33:09 +0000 (09:33 +0000)
git-svn-id: file:///svn/unbound/trunk@4206 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iter_hints.c

index 55d1c085230daa23dfeeb4a6f142dd7f37e50bde..3c58162778aa5169aea7854b32194ad57fd70336 100644 (file)
@@ -1,5 +1,6 @@
 6 June 2017: Wouter
        - Add an explicit type cast for TCP FASTOPEN fix.
+       - renumbering B-Root's IPv6 address to 2001:500:200::b.
 
 1 June 2017: Ralph
        - Fix #1274: automatically trim chroot path from dnscrypt key/cert paths
index 74869d3554728216d1f85106151ef31e87d29921..47af96687fe6fe5eec3cd31e085dda6e540fb975 100644 (file)
@@ -144,7 +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, "B.ROOT-SERVERS.NET.", "2001:500:84::b")) goto failed;
+       if(!ah(dp, "B.ROOT-SERVERS.NET.", "2001:500:200::b")) 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, "E.ROOT-SERVERS.NET.", "2001:500:a8::e")) goto failed;