1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/dns/gdnsd/pkg-descr
Felippe de Meirelles Motta 088843981b - Update to 1.9.0
- Update WWW
- Restore UIDs and GIDs

PR:		ports/179987
Submitted by:   Allan Jude <ports@scaleengine.com>, Alexandre Biancalana <ale@biancalanas.net>
Approved by:    Allan Jude <ports@scaleengine.com> (maintainer)
2013-09-02 15:45:53 +00:00

14 lines
596 B
Plaintext

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 high
performance, low latency service. It does not offer any form of caching or
recursive service, and does not support DNSSEC.
WWW: https://github.com/blblack/gdnsd/