Blob Blame History Raw
From fab878a1eba7221c718b74b47ac74fc67066ee57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com>
Date: Fri, 18 Aug 2017 12:04:14 +0200
Subject: [PATCH 2/2] Update root servers IPs

---
 riggerd/probe.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/riggerd/probe.c b/riggerd/probe.c
index a443d5f..262e618 100644
--- a/riggerd/probe.c
+++ b/riggerd/probe.c
@@ -176,7 +176,7 @@ get_random_auth_ip4(void)
 		"192.203.230.10", /* e */
 		"192.5.5.241", /* f */
 		"192.112.36.4", /* g */
-		"128.63.2.53", /* h */
+		"198.97.190.53", /* h */
 		"192.36.148.17", /* i */
 		"192.58.128.30", /* j */
 		"193.0.14.129", /* k */
@@ -193,17 +193,20 @@ get_random_auth_ip6(void)
 	/* list of root servers */
 	const char* choices[] = {
 		"2001:503:ba3e::2:30", /* a */
+		"2001:500:200::b", /* b */
 		"2001:500:2::c", /* c */
 		"2001:500:2d::d", /* d */
+		"2001:500:a8::e", /* e */
 		"2001:500:2f::f", /* f */
-		"2001:500:1::803f:235", /* h */
+		"2001:500:12::d0d", /* g */
+		"2001:500:1::53", /* h */
 		"2001:7fe::53", /* i */
 		"2001:503:c27::2:30", /* j */
 		"2001:7fd::1", /* k */
-		"2001:500:3::42", /* l */
+		"2001:500:9f::42", /* l */
 		"2001:dc3::35" /* m */
 	};
-	return choices[ ldns_get_random() % 10 ];
+	return choices[ ldns_get_random() % 13 ];
 }
 
 static const char* get_random_tcp80_ip4(struct cfg* cfg)
-- 
2.9.5