mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
hints (patch from Anand Buddhdev). git-svn-id: file:///svn/unbound/trunk@3102 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e64a86e5e0
commit
b6c714c979
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
7 April 2014: Wouter
|
||||||
|
- C.ROOT-SERVERS.NET has an IPv6 address, and we updated the root
|
||||||
|
hints (patch from Anand Buddhdev).
|
||||||
|
|
||||||
28 March 2014: Wouter
|
28 March 2014: Wouter
|
||||||
- Fix #569: do_tcp is do-tcp in unbound.conf man page.
|
- Fix #569: do_tcp is do-tcp in unbound.conf man page.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
|
||||||
}
|
}
|
||||||
if(do_ip6) {
|
if(do_ip6) {
|
||||||
if(!ah(dp, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) goto failed;
|
if(!ah(dp, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) 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, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
|
||||||
if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
|
if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
|
||||||
if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::803f:235")) goto failed;
|
if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::803f:235")) goto failed;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue