]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1397. [bug] J.ROOT-SERVERS.NET is now 192.58.128.30.
authorMark Andrews <marka@isc.org>
Tue, 5 Nov 2002 22:21:28 +0000 (22:21 +0000)
committerMark Andrews <marka@isc.org>
Tue, 5 Nov 2002 22:21:28 +0000 (22:21 +0000)
CHANGES
lib/dns/rootns.c

diff --git a/CHANGES b/CHANGES
index f26bf5e6e5aa9b1d43d7e5af1d640b1a1516fe1e..dee3b7bcfc52942266bab959588e7dd52174cf42 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1397.  [bug]           J.ROOT-SERVERS.NET is now 192.58.128.30.
+
 1396.  [func]          dnssec-signzone: adjust the default signing time by
                        1 hour to allow for clock skew.
 
index a3da388af6f735be526fef863c4084c8f9007148..556a0e0367229f94b5f2175bedf62738d0d3e3e7 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rootns.c,v 1.22 2001/09/30 04:31:27 marka Exp $ */
+/* $Id: rootns.c,v 1.23 2002/11/05 22:21:28 marka Exp $ */
 
 #include <config.h>
 
@@ -65,7 +65,7 @@ static char root_ns[] =
 "G.ROOT-SERVERS.NET.     3600000 IN      A       192.112.36.4\n"
 "H.ROOT-SERVERS.NET.     3600000 IN      A       128.63.2.53\n"
 "I.ROOT-SERVERS.NET.     3600000 IN      A       192.36.148.17\n"
-"J.ROOT-SERVERS.NET.     3600000 IN      A       198.41.0.10\n"
+"J.ROOT-SERVERS.NET.     3600000 IN      A       192.58.128.30\n"
 "K.ROOT-SERVERS.NET.     3600000 IN      A       193.0.14.129\n"
 "L.ROOT-SERVERS.NET.     3600000 IN      A       198.32.64.12\n"
 "M.ROOT-SERVERS.NET.     3600000 IN      A       202.12.27.33\n";