1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: dns-browse
Section: net
Priority: optional
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Build-Depends: debhelper-compat (= 12), autoconf, tk, docbook-to-man
Standards-Version: 3.7.2
Homepage: http://www.isi.edu/~johnh/SOFTWARE/DNS/
Package: dns-browse
Architecture: all
Depends: tk, dnsutils, ${misc:Depends}
Description: Front-ends to DNS search
This package provides two programs to make user lookups on DNS
servers: dns_tree and dns_browse.
.
dns_tree is a command-line-based front-end to dig. It replaces the
several dig invocations necessary to fetch a zone, and it formats the
output in a somewhat sensible hierarchical style (a tree).
.
dns_browse is a GUI front-end to dns_tree. It allows point-and-click
DNS browsing and makes it easy to expand/compress hierarchies in one
or more DNS zones.
|