From 605c44c767a97483844a49a2d0dd36d7f66d41eb Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 1 Nov 2023 15:24:54 -0400 Subject: [PATCH] Fixed mistake in root-servers axfr --- mdaxfr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdaxfr b/mdaxfr index baed882..067fdc2 100755 --- a/mdaxfr +++ b/mdaxfr @@ -31,7 +31,7 @@ attempt_axfr() { # For root nameservers for root in $(dig +short . NS); do - attempt_axfr "." "$root.root-servers.net" "$OUTPUT_DIR/$root-root.txt" + attempt_axfr "." "$root" "$OUTPUT_DIR/$root-root.txt" done # For TLD nameservers