diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-18 17:28:08 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-12-18 17:28:08 +0000 |
commit | db3be55a15b59f02c7024a58620bc7901fd7a64b (patch) | |
tree | 365a5f08ddad38a3dfdff9111da26155073b8635 /dns/Makefile | |
parent | f2758c13ed5319aabbfb0c64bbbf9601b6334f20 (diff) | |
download | ports-db3be55a15b59f02c7024a58620bc7901fd7a64b.tar.gz ports-db3be55a15b59f02c7024a58620bc7901fd7a64b.zip |
New port: dns/dq
Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve
WWW: https://mojzis.com/software/dq/
PR: 215073
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=428883
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 fadccc4e9c00..ec36aef074fa 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -57,6 +57,7 @@ SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += doc + SUBDIR += dq SUBDIR += dualserver SUBDIR += erlang-idna SUBDIR += ez-ipupdate |