pydig
pydig copied to clipboard
Add an option for trying next nameserver from self.nameservers
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.