mdaxfr- Mass DNS AXFR |
git clone git://git.acid.vegas/mdaxfr.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 605c44c767a97483844a49a2d0dd36d7f66d41eb
parent 9fe6e7511a09f678eeb37f024c042cee0679e9d5 Author: acidvegas <acid.vegas@acid.vegas> Date: Wed, 1 Nov 2023 15:24:54 -0400 Fixed mistake in root-servers axfr Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git 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 |