diff options
author | pav <pav@FreeBSD.org> | 2005-05-21 05:19:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-21 05:19:10 +0800 |
commit | ebb150f414b3881b8c8f9fd3b1ff11ccce01db38 (patch) | |
tree | d463c12df6b3e359ff30a548a649c67619322b2b /dns/Makefile | |
parent | 34ce8de8f0ef1ff10dd76e5f4d746e3cfabd23bc (diff) | |
download | freebsd-ports-gnome-ebb150f414b3881b8c8f9fd3b1ff11ccce01db38.tar.gz freebsd-ports-gnome-ebb150f414b3881b8c8f9fd3b1ff11ccce01db38.tar.zst freebsd-ports-gnome-ebb150f414b3881b8c8f9fd3b1ff11ccce01db38.zip |
This program is a domain name server analysis and reporting tool.
It checks and reports whether a domain name, hosted by your organization,
is still in use, and if so, reports whether your name servers are
still the delegated name servers of the domain name in question.
PR: ports/80834
Submitted by: Ozkan KIRIK <ozkan@enderunix.org>
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 f6c6c55ce328..9b26da356cc1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -9,6 +9,7 @@ SUBDIR += bind84 SUBDIR += bind9 SUBDIR += bind9-dlz + SUBDIR += checkdns SUBDIR += crossip SUBDIR += ddclient SUBDIR += ddup |