diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-25 14:46:17 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-25 14:46:17 +0000 |
commit | 6b55b90b6b1a8e9cb2d5b4824dc46fc812994dcc (patch) | |
tree | f11552f53c9ff7097f2a1df3317c285e42578f10 /dns/Makefile | |
parent | e4be7f370319e2e841c2b3ae8569cdb889e0bf4f (diff) | |
download | ports-6b55b90b6b1a8e9cb2d5b4824dc46fc812994dcc.tar.gz ports-6b55b90b6b1a8e9cb2d5b4824dc46fc812994dcc.zip |
Add dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocols
A flexible DNS proxy, with support for modern encrypted DNS protocols such as
DNSCrypt v2 and DNS-over-HTTP/2.
WWW: https://github.com/jedisct1/dnscrypt-proxy
Without a repocopy because it's a new port, rewritten from scratch.
PR: 225821
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Differential Revision: https://reviews.freebsd.org/D14319
Notes
Notes:
svn path=/head/; revision=465521
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 fce194f16234..fa99ca5364c1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -37,6 +37,7 @@ SUBDIR += dnscheck SUBDIR += dnscheckengine SUBDIR += dnscrypt-proxy + SUBDIR += dnscrypt-proxy2 SUBDIR += dnscrypt-wrapper SUBDIR += dnsdbck SUBDIR += dnsdbq |