DNS access

Jp Calderone exarkun at divmod.com
Wed Jul 13 11:42:20 EDT 2005


On 13 Jul 2005 07:44:41 -0700, laksh <coollakshman at gmail.com> wrote:
>im looking for some advice regarding DNS lookup using python
>
>is it possible to give parameters like the IP of a DNS server and the
>DNS query to a python program and obtain the response from the DNS
>server ?
>

Not using the built-in hostname resolution functions.  There are a number of third-party DNS libraries:

  http://devel.it.su.se/projects/python-dns/

  http://pydns.sourceforge.net/

  http://dustman.net/andy/python/adns-python/

  http://twistedmatrix.com/projects/names/

Jp



More information about the Python-list mailing list