Skip to content

Commit

Permalink
- Update B root ipv4 address.
Browse files Browse the repository at this point in the history
git-svn-id: file:///svn/unbound/trunk@4385 be551aaa-1e26-0410-a405-d3ace91eadb9
  • Loading branch information
ralphdolmans committed Oct 24, 2017
1 parent 15d892c commit afb2d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/Changelog
@@ -1,3 +1,6 @@
24 October 2017: Ralph
- Update B root ipv4 address.

19 October 2017: Wouter
- authzone work, probe timer setup.

Expand Down
2 changes: 1 addition & 1 deletion iterator/iter_hints.c
Expand Up @@ -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;
Expand Down

0 comments on commit afb2d5f

Please sign in to comment.