commit 30a1269f6591805862d6e62ad9c7b9d4d94b33ae
parent c75e8b9a5ea3fae552f87ed09ac33a33c3b891a8
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sat, 14 Nov 2015 22:54:18 +0100
Improving description
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -13,6 +13,8 @@
## Description
RRDA is a REST API written in Go allowing to perform DNS queries over HTTP, and to get reverse PTR records for both IPv4 and IPv6 addresses. It outputs JSON-encoded DNS responses.
+
+The API allows to specify which name server to query (either recursive or authoritative), and can be used as a foundation to build DNS looking glasses.
RRDA is a recursive acronym for "RRDA REST DNS API".