On 13 Jul 2005 07:44:41 -0700, laksh <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to