This commit is contained in:
Miek Gieben 2012-01-28 01:14:55 +01:00
parent 19f8d266b5
commit fbe21523b1
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Alternative (more granular) approach to a DNS library. # Alternative (more granular) approach to a DNS library.
> Less is more.
Complete and usable DNS library. Most widely used Resource Records are Complete and usable DNS library. Most widely used Resource Records are
supported, including the DNSSEC types. It follows a lean and mean philosophy. supported, including the DNSSEC types. It follows a lean and mean philosophy.
If there is stuff you should know as a DNS programmer there isn't a convenience If there is stuff you should know as a DNS programmer there isn't a convenience
function for it. For instance I'm pondering if a zone-like structure should be function for it.
implemented in the library.
Goals: Goals:
* KISS; * KISS;