summaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-04-29 07:35:14 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-04-29 07:35:14 +0000
commit18fa7d9169bc8cdddd4d4d88e1a5f6b61e9e7689 (patch)
tree29fdcd761e4f211ee95fd6fae06e18ffcb1405d9 /dns/Makefile
parentBack-up distfiles on my server. (diff)
- New port: dns/unbound
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. Goals: * A validating recursive DNS resolver. * Code diversity in the DNS resolver monoculture. * Drop-in replacement for BIND apart from config. * DNSSEC support. * Fully RFC compliant. * High performance o even with validation. * Used as o stub resolver. o full caching name server. o resolver library. * Elegant design of validator, resolver, cache modules. o provide the ability to pick and choose modules. * Robust. * In C, open source: The BSD license. * Smallest as possible component that does the job. * Stub-zones can be configured (local data or AS112 zones). Non-goals: * An authoritative name server. * Too many Features. WWW: http://unbound.net
Notes
Notes: svn path=/head/; revision=212206
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index c72609f5513f..73d7ca3b8f2d 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -119,6 +119,7 @@
SUBDIR += staticcharge
SUBDIR += tinystats
SUBDIR += totd
+ SUBDIR += unbound
SUBDIR += updatedd
SUBDIR += vizone
SUBDIR += walker