From d4ca7c23f3e0ce5c1d69e9936544c59e2b135a2d Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 12 Sep 2011 10:13:50 +0200 Subject: [PATCH] update readme and fix spelling mistakes --- README.markdown | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index 2a9b25a9..3367cec6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,17 +1,20 @@ # Alternative (more granular) approach to a DNS library. Completely usable DNS library. Most widely used Resource Records are -supported including DNSSEC types. +supported including DNSSEC types. It follows a lean and mean philosophy. +If there is stuff you should know as a DNS programmers there isn't a convenience +function for it. -Feaures: +Features: -* UDP/TCP queries, IPv4 and IPv6 -* TSIG -* EDNS0 (see edns.go) -* AXFR (and IXFR probably) -* Client and server side programming (mimicking the http package) -* Asynchronous queries (client/server) -* RFC 1035 zone file parsing (everything, except multiline records work) +* UDP/TCP queries, IPv4 and IPv6; +* TSIG; +* EDNS0; +* AXFR/IXFR; +* Client and server side programming (mimicking the http package); +* Asynchronous queries for client and server; +* RFC 1035 zone file parsing (everything, except multiline records work). + non-working ATM. Sample programs can be found in the `_examples` directory. They can be build with: `make examples` (after the dns package has been installed)