diff --git a/ldns-1.8-root-servers.net.patch b/ldns-1.8-root-servers.net.patch index 22f9297..e9e275f 100644 --- a/ldns-1.8-root-servers.net.patch +++ b/ldns-1.8-root-servers.net.patch @@ -1,4 +1,4 @@ -From 46fa15db56787c95200d3455a2c6e52df5b8f6ae Mon Sep 17 00:00:00 2001 +From e780aecd574400233c0dd35424dade90b5d4cbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 4 Jan 2024 10:02:11 +0100 Subject: [PATCH] Update address of b.root-servers.net and some others @@ -6,13 +6,13 @@ Subject: [PATCH] Update address of b.root-servers.net and some others Update recently changed root servers address in the drill tool. Update also other addresses and expand IPv6 addresses. --- - drill/root.c | 22 +++++++++++++++++----- + ldns-1.8.3/drill/root.c | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) -diff --git a/drill/root.c b/drill/root.c -index a829935c..87050944 100644 ---- a/drill/root.c -+++ b/drill/root.c +diff --git a/ldns-1.8.3/drill/root.c b/ldns-1.8.3/drill/root.c +index a829935..8705094 100644 +--- a/ldns-1.8.3/drill/root.c ++++ b/ldns-1.8.3/drill/root.c @@ -28,26 +28,38 @@ init_root(void) ldns_rr_list_push_rr(global_dns_root, r); (void)ldns_rr_new_frm_str(&r, "A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30", 0, NULL, NULL);