How can I list ALL DNS records? [closed]
The short answer is that it’s usually not possible, unless you control the domain. Option 1: ANY query When you query for ANY, you will get a list of all records at that level but not below. # try this dig google.com any This may return A records, TXT records, NS records, MX records, etc … Read more