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/checkdns/pkg-descr | |
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/checkdns/pkg-descr')
-rw-r--r-- | dns/checkdns/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dns/checkdns/pkg-descr b/dns/checkdns/pkg-descr new file mode 100644 index 000000000000..7c049999d508 --- /dev/null +++ b/dns/checkdns/pkg-descr @@ -0,0 +1,19 @@ +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. + +Reports are generated both to the console and as HTML output. +HTMLs also include information about the MX and WWW records of the domain name. + +The tool is expected to be of great use for Internet Service Providers +who are in need of keeping track of lame dns records. + +Project Page: +WWW: http://www.enderunix.org/checkdns + +Author: + Atilim BOY + aboy@enderunix.org + EnderUNIX SDT @ Turkey +http://www.enderunix.org/ |