Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drill needs a fast method to get SOA records from all name servers for a domain #180

Open
sincomil opened this issue Jun 27, 2022 · 1 comment

Comments

@sincomil
Copy link

sincomil commented Jun 27, 2022

drill lacking a feature like dig's +nssearch argument to quickly pull all SOA's to compare them. For example it is very useful to detect that zone serial numbers have differences, it is common issue when IXFRs is not working between name servers.

example query with dig:

$ dig +nssearch google.com
SOA ns1.google.com. dns-admin.google.com. 457295279 900 900 1800 60 from server 216.239.36.10 in 32 ms.
SOA ns1.google.com. dns-admin.google.com. 457295279 900 900 1800 60 from server 216.239.38.10 in 32 ms.
SOA ns1.google.com. dns-admin.google.com. 457432753 900 900 1800 60 from server 216.239.32.10 in 56 ms.
SOA ns1.google.com. dns-admin.google.com. 457295279 900 900 1800 60 from server 216.239.34.10 in 72 ms.
@wtoorop
Copy link
Member

wtoorop commented Jul 12, 2022

@TCY16 what do you think? Something you could do when time permits?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants