diff options
author | truckman <truckman@FreeBSD.org> | 2018-02-15 14:56:11 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2018-02-15 14:56:11 +0800 |
commit | 7a2af4f7dfaba1cd7a8dc4aca2523a35ba67d1c5 (patch) | |
tree | bb24bbf96a033c49ab376ddbb9f10eb221dd545b /dns/Makefile | |
parent | e3441609f8fdc1db44159b2992955d90a05e1a8a (diff) | |
download | freebsd-ports-graphics-7a2af4f7dfaba1cd7a8dc4aca2523a35ba67d1c5.tar.gz freebsd-ports-graphics-7a2af4f7dfaba1cd7a8dc4aca2523a35ba67d1c5.tar.zst freebsd-ports-graphics-7a2af4f7dfaba1cd7a8dc4aca2523a35ba67d1c5.zip |
New port dnsdb/dnsdbq.
This is a pure C program that accesses the DNSDB API server at Farsight
Security. An API key is required for operation. The command syntax was
inspired by a python script called dnsdb_query, but significant departure
has occured, largely inspired by a modern understanding of "time fencing"
and a desire for new features such as CSV output and JSON reprocessing.
Sponsored by: Farsight Security, Inc.
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 9dd2893c778..b080c47ed30 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -39,6 +39,7 @@ SUBDIR += dnscrypt-proxy SUBDIR += dnscrypt-wrapper SUBDIR += dnsdbck + SUBDIR += dnsdbq SUBDIR += dnsdist SUBDIR += dnsenum SUBDIR += dnsflood |