From 13a40781c5cd3a005f8d47a21b6ad37588d8d193 Mon Sep 17 00:00:00 2001 From: Gerardo Zamudio Date: Fri, 17 Apr 2015 01:13:40 +0700 Subject: network/unbound: Added (DNSSEC resolver). Signed-off-by: Willy Sudiarto Raharjo --- network/unbound/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 network/unbound/README (limited to 'network/unbound/README') diff --git a/network/unbound/README b/network/unbound/README new file mode 100644 index 0000000000000..cf1304b520ad7 --- /dev/null +++ b/network/unbound/README @@ -0,0 +1,8 @@ +Unbound is a validating, recursive, and caching DNS resolver. +The C implementation of Unbound is developed and maintained by +NLnet Labs. It is based on ideas and algorithms taken from a java +prototype developed by Verisign labs, Nominet, Kirei and ep.net. + +Unbound is designed as a set of modular components, so that also DNSSEC +(secure DNS) validation and stub-resolvers (that do not run as a server, +but are linked into an application) are easily possible. -- cgit v1.2.3