diff options
author | sem <sem@FreeBSD.org> | 2008-04-29 15:35:14 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2008-04-29 15:35:14 +0800 |
commit | 1879f0244cb44999b4d3c9273f9f3741ffad7d22 (patch) | |
tree | a6d94173a2c007ed2fc0d0d3d58c86e63af57d00 /dns/Makefile | |
parent | a0dc65e328bd491054803fb17778cd2dc6d19d9e (diff) | |
download | freebsd-ports-gnome-1879f0244cb44999b4d3c9273f9f3741ffad7d22.tar.gz freebsd-ports-gnome-1879f0244cb44999b4d3c9273f9f3741ffad7d22.tar.zst freebsd-ports-gnome-1879f0244cb44999b4d3c9273f9f3741ffad7d22.zip |
- 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
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
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 |