2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.

This commit is contained in:
Mark Andrews
2010-06-18 02:11:44 +00:00
parent 4b0355d885
commit 081b36ff95
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.
2917. [func] Virtual time test framework. [RT #20801]
2916. [func] Add framework to use IPv6 in tests.

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rootns.c,v 1.38 2010/04/07 23:51:06 tbox Exp $ */
/* $Id: rootns.c,v 1.39 2010/06/18 02:11:44 marka Exp $ */
/*! \file */
@@ -71,6 +71,7 @@ static char root_ns[] =
"H.ROOT-SERVERS.NET. 3600000 IN A 128.63.2.53\n"
"H.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:1::803F:235\n"
"I.ROOT-SERVERS.NET. 3600000 IN A 192.36.148.17\n"
"I.ROOT-SERVERS.NET. 3600000 IN A 2001:7fe::53\n"
"J.ROOT-SERVERS.NET. 3600000 IN A 192.58.128.30\n"
"J.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:503:C27::2:30\n"
"K.ROOT-SERVERS.NET. 3600000 IN A 193.0.14.129\n"