mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Update B root ipv4 address.
git-svn-id: file:///svn/unbound/trunk@4385 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
15d892c62d
commit
afb2d5f105
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
24 October 2017: Ralph
|
||||
- Update B root ipv4 address.
|
||||
|
||||
19 October 2017: Wouter
|
||||
- authzone work, probe timer setup.
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue