From 5d6b1bad8eb2647f3c5ab1ef3ccdc75f50084ec6 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 5 Jul 2011 19:54:20 +0200 Subject: [PATCH] Make the readme more readable --- README.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 8e8f12d1..82fcca9f 100644 --- a/README.markdown +++ b/README.markdown @@ -1,10 +1,16 @@ # Alternative (more granular) approach to a DNS library. Completely usable DNS library. Most widely used Resource Records are -supported. DNSSEC types too. -EDNS0 is (see edns.go), UDP/TCP queries, TSIG, AXFR (and IXFR probably) -too. Both client and server side programming is supported. Asynchronous -client queries are also supported. +supported including the DNSSEC types. + +Feaures: + +* EDNS0 is (see edns.go) +* UDP/TCP queries, IPv4 and IPv6 +* TSIG +* AXFR (and IXFR probably) +* Client and server side programming (mimicing the http package) +* Asynchronous queries (client/server) Sample programs can be found in the `_examples` directory. They can be build with: `make examples` (after the dns package has been installed)