Commit graph

5 commits

Author SHA1 Message Date
Sergey Matveychuk
4e0a74d642 - Fix a typo like mistakes. No functional changes.
Reported by:	W.C.A. Wijngaards <wouter at nlnetlabs.nl>
2008-05-14 11:31:30 +00:00
Sergey Matveychuk
50f8405cb2 - unbound runned in chroot by default. it brings us a problem with
pid file. place it to PREFIX/etc/unbound as an author do.
2008-05-07 11:33:37 +00:00
Sergey Matveychuk
210673a14c - PORTREVISION bump after the last change.
Discussed with:	bsam
2008-04-29 21:51:33 +00:00
Sergey Matveychuk
5935faf3be - USE_LDCONFIG should be there 2008-04-29 08:00:03 +00:00
Sergey Matveychuk
18fa7d9169 - 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
2008-04-29 07:35:14 +00:00