[ .. ]
--- === ---
*** dnsmodule ***
--- === ---
overview
Dan Bernstein has not only created a suite of DNS servers
but also a comperensive library of resolver functions. This
functions have some features not present in traditional
resolver libraries like rewriting and special rules for
qualification, see http://cr.yp.to/djbdns/qualify.html
dnsmodule makes this functions accessible from python.
status
dnsmodule undergoes heavy development and is considered non
feature complete (alpha).
download
Snapshots can be found at http://c0re.23.nu/c0de/snap/.
Notes
There a several attempts to create alternative resolvers.
- PyDNS is a
"DNS client" library for Python original by Guido van Rossum, Reworked
by Anthony Baxter.
- adns-python by Andy Dustman
is a Python interface to the GNU resolver library adns.
- dnslook, a
python extension module for common DNS lookups, name
qualification and IP address packing. It is based on
D. J. Bernstein's high-level routines in djbdns and
comparable to dnsmodule-fall-2001.
- Net::DNS
- Perl DNS Resolver Module.
- ares,
"an asynchronous DNS resolver library."
Hacked by Doobee R Tzeck, hackers@c0re.23.nu
Last modified: Thu Jan 31 09:29:11 CET 2002