diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-09 11:20:15 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-09 11:20:15 +0000 |
commit | 6f1750bda6b32efaae8deb4f2c4c6d3b93700819 (patch) | |
tree | 415d71c5eb16be477304f9fbcdb376276d14a378 /dns/Makefile | |
parent | 5a10088532b28374c089aacc32d79df7bcd7e2f4 (diff) | |
download | ports-6f1750bda6b32efaae8deb4f2c4c6d3b93700819.tar.gz ports-6f1750bda6b32efaae8deb4f2c4c6d3b93700819.zip |
dns/dog: create port
Command-line DNS client, like dig.
It has colourful output, understands normal command-line argument syntax,
supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.
WWW: https://dns.lookup.dog/
PR: 250948
Submitted by: Lewis Cook
Notes
Notes:
svn path=/head/; revision=554706
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 ef9fe6c046c9..0a5db4202be7 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -60,6 +60,7 @@ SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += doc + SUBDIR += dog SUBDIR += doh-proxy SUBDIR += dq SUBDIR += drool |