I have a list with 100 million domain names like www.microsoft.com and would like to resolve the IP-number to www.microsoft.com
Running a local pdns server and query localhost using Python adns?
I have a list with 100 million domain names like www.microsoft.com and would like to resolve the IP-number to www.microsoft.com
Running a local pdns server and query localhost using Python adns?
I'd probably use Twisted DNS libray to do the DNS resolution from Google's Public DNS (ip address: 8.8.8.8). It'd take some trial and error but I'd guess you could have at least a couple hundred outstanding queries going at once. Google's DNS infrastructure is designed to handle a huge load and Twisted is well suited to handling thousands of simultaneous asychronous operations.