summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2008-02-04 20:39:55 +0000
committerjakob <jakob@openbsd.org>2008-02-04 20:39:55 +0000
commitaa41541c06deb2f842490e0a4de94bdabc3ada96 (patch)
tree5da0a6c5abddcd2b22041e36ac95ec7335f1803c
parentunbreak add in a remote setup. (diff)
downloadwireguard-openbsd-aa41541c06deb2f842490e0a4de94bdabc3ada96.tar.xz
wireguard-openbsd-aa41541c06deb2f842490e0a4de94bdabc3ada96.zip
add IPv6 addresses for the root servers.
http://www.iana.org/reports/root-aaaa-announcement.html
-rw-r--r--etc/bind/root.hint13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/bind/root.hint b/etc/bind/root.hint
index 413cdff0739..a88f3c02c3d 100644
--- a/etc/bind/root.hint
+++ b/etc/bind/root.hint
@@ -1,4 +1,4 @@
-; $OpenBSD: root.hint,v 1.5 2007/12/20 11:12:26 jakob Exp $
+; $OpenBSD: root.hint,v 1.6 2008/02/04 20:39:55 jakob Exp $
;
; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers
@@ -11,14 +11,14 @@
; on server FTP.INTERNIC.NET
; -OR- RS.INTERNIC.NET
;
-; last update: Nov 01, 2007
-; related version of root zone: 2007110100
-;
+; last update: Feb 04, 2008
+; related version of root zone: 2008020400
;
; formerly NS.INTERNIC.NET
;
. 3600000 IN NS A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
+A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30
;
; formerly NS1.ISI.EDU
;
@@ -44,6 +44,7 @@ E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10
;
. 3600000 NS F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241
+F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f
;
; formerly NS.NIC.DDN.MIL
;
@@ -54,6 +55,7 @@ G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4
;
. 3600000 NS H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53
+H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803f:235
;
; formerly NIC.NORDU.NET
;
@@ -64,11 +66,13 @@ I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17
;
. 3600000 NS J.ROOT-SERVERS.NET.
J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30
+J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:C27::2:30
;
; operated by RIPE NCC
;
. 3600000 NS K.ROOT-SERVERS.NET.
K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129
+K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1
;
; operated by ICANN
;
@@ -79,4 +83,5 @@ L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42
;
. 3600000 NS M.ROOT-SERVERS.NET.
M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33
+M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35
; End of File