From 0eddfd7528a0f36ca6cc16365d05e0f55edf3f9f Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 8 Nov 2007 13:02:02 +0000 Subject: [PATCH] new L root. git-svn-id: file:///svn/unbound/trunk@734 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + iterator/iter_hints.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index d298e2955..0fb74ca13 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/iterator/iter_hints.c b/iterator/iter_hints.c index 1979ef3bf..024ad96c9 100644 --- a/iterator/iter_hints.c +++ b/iterator/iter_hints.c @@ -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; } -- 2.47.2