summaryrefslogtreecommitdiffstats
path: root/usr.sbin/unbound/iterator/iter_hints.c
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2013-01-08 07:15:18 +0000
committerjakob <jakob@openbsd.org>2013-01-08 07:15:18 +0000
commit55cae7495557a9a6146617cb64cad583183127f2 (patch)
tree89943611ac6e831c2f59ea116431f13c3907e8a5 /usr.sbin/unbound/iterator/iter_hints.c
parenta single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com> (diff)
downloadwireguard-openbsd-55cae7495557a9a6146617cb64cad583183127f2.tar.xz
wireguard-openbsd-55cae7495557a9a6146617cb64cad583183127f2.zip
new IPv4 address for D.ROOT-SERVERS.NET
Diffstat (limited to 'usr.sbin/unbound/iterator/iter_hints.c')
-rw-r--r--usr.sbin/unbound/iterator/iter_hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/iterator/iter_hints.c b/usr.sbin/unbound/iterator/iter_hints.c
index 09e4731135d..db7ac5233e3 100644
--- a/usr.sbin/unbound/iterator/iter_hints.c
+++ b/usr.sbin/unbound/iterator/iter_hints.c
@@ -129,7 +129,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed;
if(!ah(dp, "B.ROOT-SERVERS.NET.", "192.228.79.201")) goto failed;
if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed;
- if(!ah(dp, "D.ROOT-SERVERS.NET.", "128.8.10.90")) goto failed;
+ if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13")) goto failed;
if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed;
if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed;