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/gdnsd/pkg-descr | |
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/gdnsd/pkg-descr')
-rw-r--r-- | dns/gdnsd/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dns/gdnsd/pkg-descr b/dns/gdnsd/pkg-descr new file mode 100644 index 000000000000..7f1c888e5693 --- /dev/null +++ b/dns/gdnsd/pkg-descr @@ -0,0 +1,12 @@ +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/ |