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
I no longer need this because I found a workaround, but - for future reference - dig can make these requests, so the DNS system definitely supports it. The . is not literally sent to the DNS server, of course, but it appears that an empty request is sent. Here's a screenshot from a Wireshark capture where dig requests the root name servers:
To reproduce, simply capture DNS traffic in Wireshark and run dig +trace example.com.
I am unable to make requests for the root servers. This is what I do in nslookup (on Windows):
However, when I do the following using this library, an incorrect request is sent (when inspected via Wireshark):
Is there a way to query for the root records? Essentially, what I want to achieve is the equivalent of:
The text was updated successfully, but these errors were encountered: