diff options
author | zi <zi@FreeBSD.org> | 2014-11-08 00:38:36 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-11-08 00:38:36 +0800 |
commit | 01066156ec55e347392e39475838a8e07833cac4 (patch) | |
tree | e12296e0bc1f4a2d0071ec5dd8de5e6db2f7cec5 /dns/Makefile | |
parent | 0bcb290c9f64ca8afa3e1c034fda4808fbfef297 (diff) | |
download | freebsd-ports-gnome-01066156ec55e347392e39475838a8e07833cac4.tar.gz freebsd-ports-gnome-01066156ec55e347392e39475838a8e07833cac4.tar.zst freebsd-ports-gnome-01066156ec55e347392e39475838a8e07833cac4.zip |
New port: dns/gdnsd2:
gdnsd is an Authoritative-only DNS server. This port tracks the 2.x release.
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/
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 c385967a32de..6daa703a6ac8 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -53,6 +53,7 @@ SUBDIR += firedns SUBDIR += fpdns SUBDIR += gdnsd + SUBDIR += gdnsd2 SUBDIR += geta SUBDIR += getdns SUBDIR += ghtool |