pydig icon indicating copy to clipboard operation
pydig copied to clipboard

Add an option for trying next nameserver from self.nameservers

Open anishsane opened this issue 8 months ago • 0 comments

Presently, if we specify the name servers list for the resolver, it uses any random one from the list.

If that DNS does not respond, the dig command (and hence resolver.query() call) fails.

Please add some option so that if the DNS tried does not respond, it will try the next one until all the list entries are tried.

anishsane avatar Jun 15 '24 16:06 anishsane