diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-23 17:57:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-23 17:57:50 +0000 |
commit | 8ae984ab51b1687dfe46e056fae4d29234166773 (patch) | |
tree | f4b6c13a8438e91363da32c58f60c63ac5a015af /dns/dlint/pkg-descr | |
parent | fba55bde0e64b8ef32ab6ca411770ebe1f648901 (diff) | |
download | FreeBSD-ports-8ae984ab51b1687dfe46e056fae4d29234166773.zip FreeBSD-ports-8ae984ab51b1687dfe46e056fae4d29234166773.tar.gz |
lint for DNS zones (Domain Name Server zone verification utility)
Diffstat (limited to 'dns/dlint/pkg-descr')
-rw-r--r-- | dns/dlint/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dns/dlint/pkg-descr b/dns/dlint/pkg-descr new file mode 100644 index 0000000..f23b3e7 --- /dev/null +++ b/dns/dlint/pkg-descr @@ -0,0 +1,14 @@ +`dlint' is a Domain Name Server zone verification utility. + +`dlint' analyzes any DNS zone you specify, and reports any problems it +finds by displaying errors and warnings. Then it descends recursively to +examine all zones below the given one (this can be disabled with a command- +line option). + +You can run dlint on your own domains, or on somebody else's, because it uses +the standard DNS network protocol. Dlint is very useful since most nameservers +do no more than syntax-check your database files. Dlint's messages are very +informative and suggest ways to fix the problems, not just complain about them. + +-- David + obrien@NUXI.com |