You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 whenIXFRs
is not working between name servers.example query with dig:
The text was updated successfully, but these errors were encountered: