mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Add AAAA for B root server to default root hints.
git-svn-id: file:///svn/unbound/trunk@3143 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
1a6515778d
commit
b4e45145cd
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
3 June 2014: Wouter
|
||||
- Add AAAA for B root server to default root hints.
|
||||
|
||||
2 June 2014: Wouter
|
||||
- Remove unused define from iterator.h
|
||||
|
||||
|
|
|
|||
|
|
@ -144,6 +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, "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, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue