diff options
author | pawel <pawel@FreeBSD.org> | 2012-05-16 04:14:53 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-05-16 04:14:53 +0800 |
commit | 31a7f788bfbca9765adfd9babeb0e9c7934a6a3c (patch) | |
tree | caf3ec0f90eb96090c2c89722e19734fddc462ca /dns/Makefile | |
parent | 16c3361b94ab7c63f42ff7429928df3e00c78a9d (diff) | |
download | freebsd-ports-gnome-31a7f788bfbca9765adfd9babeb0e9c7934a6a3c.tar.gz freebsd-ports-gnome-31a7f788bfbca9765adfd9babeb0e9c7934a6a3c.tar.zst freebsd-ports-gnome-31a7f788bfbca9765adfd9babeb0e9c7934a6a3c.zip |
DNSCrypt is a piece of lightweight software that everyone
should use to boost online privacy and security. It works
by encrypting all DNS traffic between the user and OpenDNS,
preventing any spying, spoofing or man-in-the-middle attacks.
WWW: https://www.opendns.com/technology/dnscrypt/
PR: ports/167833
Submitted by: Leo Vandewoestijne <freebsd@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 8692c857b4d3..359747607940 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -30,6 +30,7 @@ SUBDIR += dnscap SUBDIR += dnscheck SUBDIR += dnscheckengine + SUBDIR += dnscrypt-proxy SUBDIR += dnsdoctor SUBDIR += dnsflood SUBDIR += dnshijacker |