Download List

專案描述

DNS.py is a Python module that provides a robust
and flexible DNS client implementation.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-06-04 07:31
0.4

This release introduces support for IXFR queries and several other query types (WKS, AFSDB, RP, X25, ISDN, RT, GPOS, KX, PX, LOC, and NAPTR). To shorten the code, the class and type constants were renamed to T_<typename> and C_<classname>. There are also other minor improvements and bugfixes.
標籤: Major feature enhancements

2007-05-28 07:21
0.3

This release introduces both UDP and TCP
connection implementations, as well as support for
SRV, AXFR, MAILA, MAILB, and ANY query types.
Also, minor improvements in handling unrecognized
RDATA were added.
標籤: Major feature enhancements

2007-05-21 12:28
0.2

A new CandidateDomains() method was added to the Resolver class. Checks for completeness of the received answer were added. Each name server may be specified now as 'servername:port'. /etc/resolv.conf parsing was improved, and more options are taken into account. Other minor improvements were introduced.
標籤: Minor feature enhancements

2007-05-14 13:27
0.1

標籤: Initial freshmeat announcement

Project Resources