]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update B root ipv4 address.
authorRalph Dolmans <ralph@nlnetlabs.nl>
Tue, 24 Oct 2017 14:50:20 +0000 (14:50 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Tue, 24 Oct 2017 14:50:20 +0000 (14:50 +0000)
git-svn-id: file:///svn/unbound/trunk@4385 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iter_hints.c

index 73e7ce27a4eace61a35ec0ec9883884cace518bf..99772505e710fc78ab567438231835af39e4c77b 100644 (file)
@@ -1,3 +1,6 @@
+24 October 2017: Ralph
+       - Update B root ipv4 address.
+
 19 October 2017: Wouter 
        - authzone work, probe timer setup.
 
index 47af96687fe6fe5eec3cd31e085dda6e540fb975..1d4c228fabc21bee0bc1102c8993f988a4c16f59 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.", "192.228.79.201")) goto failed;
+       if(!ah(dp, "B.ROOT-SERVERS.NET.", "199.9.14.201")) 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;