diff options
author | jmg <jmg@FreeBSD.org> | 1999-06-17 10:00:30 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1999-06-17 10:00:30 +0000 |
commit | 040106defed84e8ac7033af1d191dadd70813e06 (patch) | |
tree | b891137ab97726a94d547515af508f97370b56d4 /net/domtools/pkg-descr | |
parent | 1c9c1ca4eae2ddfefed4f55b3d1237a5bd3d0228 (diff) | |
download | FreeBSD-ports-040106defed84e8ac7033af1d191dadd70813e06.zip FreeBSD-ports-040106defed84e8ac7033af1d191dadd70813e06.tar.gz |
import of domtools
'domtools' is a set of DNS information extraction utilities.
The commands in the 'domtools' package allow you to traverse DNS domain
hierarchies, list all hosts (or subdomains) within a given domain,
convert host name to IP address and vice-versa, convert a normal IP address
to the "in-addr.arpa." format and vice-versa, and more. These commands can be
used manually, or included as building blocks for higher level DNS tools.
They generate output that is easily computer parsable.
Diffstat (limited to 'net/domtools/pkg-descr')
-rw-r--r-- | net/domtools/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/domtools/pkg-descr b/net/domtools/pkg-descr new file mode 100644 index 0000000..8296755 --- /dev/null +++ b/net/domtools/pkg-descr @@ -0,0 +1,15 @@ +'domtools' is a set of DNS information extraction utilities. + +The commands in the 'domtools' package allow you to traverse DNS domain +hierarchies, list all hosts (or subdomains) within a given domain, +convert host name to IP address and vice-versa, convert a normal IP address +to the "in-addr.arpa." format and vice-versa, and more. These commands can be +used manually, or included as building blocks for higher level DNS tools. +They generate output that is easily computer parsable. + +<URL:http://www.domtools.com/dns/domtools.shtml> + +See also the net/dlint port. + +-- Alex Perel + <veers@disturbed.net> |