Fixed mistake in root-servers axfr
This commit is contained in:
parent
9fe6e7511a
commit
605c44c767
2
mdaxfr
2
mdaxfr
@ -31,7 +31,7 @@ attempt_axfr() {
|
|||||||
|
|
||||||
# For root nameservers
|
# For root nameservers
|
||||||
for root in $(dig +short . NS); do
|
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
|
done
|
||||||
|
|
||||||
# For TLD nameservers
|
# For TLD nameservers
|
||||||
|
Loading…
Reference in New Issue
Block a user