diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-04 21:45:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-04 21:45:40 +0800 |
commit | e6752ca5668d7858ba5e5e4868c5181aaced588b (patch) | |
tree | 88720666b2010b00599d313193d990c1b2832668 /dns/Makefile | |
parent | 4b2ac075b59b8a92e8a3bee757acc8346541132a (diff) | |
download | freebsd-ports-gnome-e6752ca5668d7858ba5e5e4868c5181aaced588b.tar.gz freebsd-ports-gnome-e6752ca5668d7858ba5e5e4868c5181aaced588b.tar.zst freebsd-ports-gnome-e6752ca5668d7858ba5e5e4868c5181aaced588b.zip |
CurveDNS is a forwarding nameserver adding DNSCurve to DNS,
and it's the first publicly released forwarding implementation
that implements the DNSCurve protocol.
WWW: http://curvedns.on2it.net/
PR: ports/153881
Submitted by: Leo Vandewoestijne <freebsd at dns-lab.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 ea21eaf7ecba..fa005bb65da0 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -18,6 +18,7 @@ SUBDIR += c-ares SUBDIR += checkdns SUBDIR += crossip + SUBDIR += curvedns SUBDIR += ddclient SUBDIR += dhid SUBDIR += dhisd |