mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
new L root.
git-svn-id: file:///svn/unbound/trunk@734 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3ed2f28b76
commit
0eddfd7528
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
8 November 2007: Wouter
|
||||
- Fixup chroot and drop user privileges.
|
||||
- new L root ip address in default hints.
|
||||
|
||||
1 November 2007: Wouter
|
||||
- Fixup of crash on reload, due to anchors in env not NULLed after
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ compile_time_root_prime(struct regional* r)
|
|||
if(!ah(dp, r, "I.ROOT-SERVERS.NET.", "192.36.148.17")) return 0;
|
||||
if(!ah(dp, r, "J.ROOT-SERVERS.NET.", "192.58.128.30")) return 0;
|
||||
if(!ah(dp, r, "K.ROOT-SERVERS.NET.", "193.0.14.129")) return 0;
|
||||
if(!ah(dp, r, "L.ROOT-SERVERS.NET.", "198.32.64.12")) return 0;
|
||||
if(!ah(dp, r, "L.ROOT-SERVERS.NET.", "199.7.83.42")) return 0;
|
||||
if(!ah(dp, r, "M.ROOT-SERVERS.NET.", "202.12.27.33")) return 0;
|
||||
return dp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue