diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-09 23:47:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-09 23:47:57 +0800 |
commit | f14b21721d89aa27cbe257bf9de894e38c5fced5 (patch) | |
tree | 5958e98e9c64bb8c10daf287be538eefa4e87d1e /dns/Makefile | |
parent | 50e6fbdcaf560f741f17898138212098e9b47d04 (diff) | |
download | freebsd-ports-gnome-f14b21721d89aa27cbe257bf9de894e38c5fced5.tar.gz freebsd-ports-gnome-f14b21721d89aa27cbe257bf9de894e38c5fced5.tar.zst freebsd-ports-gnome-f14b21721d89aa27cbe257bf9de894e38c5fced5.zip |
gdnsd is an Authoritative-only DNS server.
The initial g stands for Geographic, as gdnsd offers a plugin system for
geographic (or other sorts of) balancing, redirection, and service-state-conscious
failover. If you don't care about that feature, it's still quite good at being
a very fast, lean, and resilient authoritative-only server for static DNS data.
gdnsd is written in C using libev and pthreads with a focus on highi performance,
low latency service. It does not offer any form of caching or recursive service,
and does not support DNSSEC.
WWW: http://code.google.com/p/gdnsd/
PR: ports/167946
Submitted by: Stefan Caunter <stef@scaleengine.com>
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 51247d20a9f2..50a90d405bb6 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -51,6 +51,7 @@ SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fpdns + SUBDIR += gdnsd SUBDIR += geta SUBDIR += ghtool SUBDIR += gresolver |