I'm writing a program which gathers basic CNAME information for given domains.
I'm currently using Google's DNS server as the one I'm questioning, but afraid that if I'll send couple of millions DNS lookups this will get me blocked (Don't worry, it's by no means any type of DDOS or anything in that area).
I'm wondering 2 things.
1. is it possible to use dnspython package to send requests through proxy servers?
this way I can distribute my requests through several proxies.
2. I couldn't find a reference for a similar thing, but is it possible that I'll get blocked for so many DNS lookups?
Thanks,
Meny