Working with DNS via Python

Voitenko, Denis dvoitenko at qode.com
Wed Feb 14 12:13:46 EST 2001


>> work with DNS functions (nslookup, etc) via Python?
>The first and most strightforward idea - just use os.popen and run
nslookup! :)

If I wanted to do that I'd use Bash.


>Also there is dnslib - it is not in standard library, it is in Demo/dns
subdirectory in source distribution.

Is it documented anywhere?

>Also there is adns (asynchronous dns lib in C); Andy Dustman wrote
python wrapper for it.

Where do I get it?

>(Russian? Why not to ask question on Russian Python list?)

If I do, only Russians will be able to use my findings. Kinda makes it
unfair, eh?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20010214/437d7075/attachment.html>


More information about the Python-list mailing list