puredns icon indicating copy to clipboard operation
puredns copied to clipboard

[Feature request] Validate DNS resolvers

Open shelld3v opened this issue 4 years ago • 1 comments

Like Amass, puredns should perform an initial scan against DNS resolvers when starting, in order to see if any resolver has died (some resolvers on public-dns.info are taken down usually)

shelld3v avatar May 01 '21 02:05 shelld3v

In this specific use case, this is typically not an issue - massdns will retry up to 50 times with different resolvers if it fails to get a response. Testing the resolvers on each launch would slow down the process too much - instead, it would be more efficient to have a recurring cron task that obtains fresh resolvers and tests them with dnsvalidator.

That said, it's possible that I add a feature to download and test resolvers in puredns in the future.

d3mondev avatar May 01 '21 03:05 d3mondev

I've decided not to go forward with adding more features like this to puredns. I think it would be better suited for a standalone tool.

d3mondev avatar Mar 28 '23 04:03 d3mondev