Working with DNS via Python

Michael Ströder michael at stroeder.com
Thu Feb 15 01:26:07 EST 2001


Carsten Gaebler wrote:
> 
> > Could someone point me to some functions or material that'd explain how
> > to work with DNS functions (nslookup, etc) via Python?
> 
> I was looking for such functions today, too, and found this on Parnassus:
> 
> http://www.interlink.com.au/anthony/python/dns.tar.gz

Note: I patched this to work under Python 1.6+ and I've added
support for SRV RR's.

I would like to see something like this in the standard lib. It
seems to be well designed. Even I understood very quickly how to add
a new RR type. ;-)

Ciao, Michael.



More information about the Python-list mailing list