doc updates

This commit is contained in:
Miek Gieben 2011-01-15 23:05:56 +01:00
parent b308446a98
commit 5cad281ea4
2 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,10 @@
xx YYY 2011: 0.0.1 Miek Gieben <miek@miek.nl>
* Most known RRs supported
* DNSSEC implemented (verify/signing)
* Key generation
* Private key file parsing from BIND9
* TSIG
* EDNS0
* Parsng from strings
* Cherry picked GRONG for server side ideas
* Cherry picked GRONG for server side ideas

9
README
View File

@ -1,9 +1,9 @@
Alternative (more granular) approach to a DNS library.
Completely usable as a DNS library. Most widely used Resource
Records are supported. DNSSEC types are too (except NSEC3, for now). EDNS0
is (see edns.go), UDP/TCP queries, TSIG, AXFR (and IXFR probably) too.
Both client and server side programs are supported.
Completely usable DNS library. Most widely used Resource Records are
supported (more to come). DNSSEC types too (except NSEC3, for now).
EDNS0 is (see edns.go), UDP/TCP queries, TSIG, AXFR (and IXFR probably)
too. Both client and server side programming is supported.
Installation is done by running: ./install
@ -28,3 +28,4 @@ Loosely based upon:
* ldns
* NSD
* Net::DNS
* GRONG