mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Change of D.ROOT-SERVERS.NET A address in default root hints.
git-svn-id: file:///svn/unbound/trunk@2794 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b08c22e47b
commit
6c0c8fd672
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
14 December 2012: Wouter
|
||||||
|
- Change of D.ROOT-SERVERS.NET A address in default root hints.
|
||||||
|
|
||||||
12 December 2012: Wouter
|
12 December 2012: Wouter
|
||||||
- 1.4.19 release.
|
- 1.4.19 release.
|
||||||
- trunk has 1.4.20 under development.
|
- trunk has 1.4.20 under development.
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
|
||||||
; on server FTP.INTERNIC.NET
|
; on server FTP.INTERNIC.NET
|
||||||
; -OR- RS.INTERNIC.NET
|
; -OR- RS.INTERNIC.NET
|
||||||
;
|
;
|
||||||
; related version of root zone: 2010061700
|
; related version of root zone: changes-on-20120103
|
||||||
*/
|
*/
|
||||||
struct delegpt* dp = delegpt_create_mlc((uint8_t*)"\000");
|
struct delegpt* dp = delegpt_create_mlc((uint8_t*)"\000");
|
||||||
if(!dp)
|
if(!dp)
|
||||||
|
|
@ -129,7 +129,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
|
||||||
if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed;
|
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.", "192.228.79.201")) goto failed;
|
||||||
if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed;
|
if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed;
|
||||||
if(!ah(dp, "D.ROOT-SERVERS.NET.", "128.8.10.90")) 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;
|
if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
|
||||||
if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed;
|
if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed;
|
||||||
if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed;
|
if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue