Fixed mistake in root-servers axfr

This commit is contained in:
Dionysus 2023-11-01 15:24:54 -04:00
parent 9fe6e7511a
commit 605c44c767
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

2
mdaxfr
View File

@ -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