]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Updated IPv4 and IPv6 address for b.root-servers.net in root hints.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Dec 2023 12:25:58 +0000 (13:25 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 6 Dec 2023 12:25:58 +0000 (13:25 +0100)
doc/Changelog
iterator/iter_hints.c

index 7a5e404a674269065a54e321720812e972135b5d..452bafa15d94f8884a264e4d0bc43b8037a8a4a2 100644 (file)
@@ -1,6 +1,7 @@
 6 December 2023: Wouter
        - Fix to sync the tests script file common.sh.
        - iana portlist update.
+       - Updated IPv4 and IPv6 address for b.root-servers.net in root hints.
 
 5 December 2023: Wouter
        - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'.
index a60d9a6b1cf2587c8d14c99077821a9e520bc6cb..6b56daaf1f275ebb67aa08546e161628b0f65041 100644 (file)
@@ -129,7 +129,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
        dp->has_parent_side_NS = 1;
       if(do_ip4) {
        if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4"))        goto failed;
-       if(!ah(dp, "B.ROOT-SERVERS.NET.", "199.9.14.201")) goto failed;
+       if(!ah(dp, "B.ROOT-SERVERS.NET.", "170.247.170.2"))     goto failed;
        if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12"))       goto failed;
        if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13"))       goto failed;
        if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
@@ -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:200::b")) goto failed;
+       if(!ah(dp, "B.ROOT-SERVERS.NET.", "2801:1b8:10::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;