summaryrefslogtreecommitdiffstats
path: root/usr.sbin/unbound/iterator/iter_hints.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-02-07 00:24:33 +0000
committerflorian <florian@openbsd.org>2018-02-07 00:24:33 +0000
commitbdfc4d552272a291ee133ad4966bcce75b5a64cb (patch)
tree92c59c601c370f5fccee851797823176491ae629 /usr.sbin/unbound/iterator/iter_hints.c
parentAdd plumbing inside of the prefix handling to put prefixes on either the (diff)
downloadwireguard-openbsd-bdfc4d552272a291ee133ad4966bcce75b5a64cb.tar.xz
wireguard-openbsd-bdfc4d552272a291ee133ad4966bcce75b5a64cb.zip
update to unbound 1.6.8, testing millert, OK sthen
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 47af96687fe..1d4c228fabc 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)
dp->has_parent_side_NS = 1;
if(do_ip4) {
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, "B.ROOT-SERVERS.NET.", "199.9.14.201")) goto failed;
if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) 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;