slackbuilds/network/dothost
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/dothost: Updated for version 0.2. 2020-02-23 23:49:34 +07:00
dothost.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
dothost.info network/dothost: Updated for version 0.2. 2020-02-23 23:49:34 +07:00
slack-desc network/dothost: Updated for version 0.2. 2020-02-23 23:49:34 +07:00

README

dothost is a DNS lookup utility, which produces output in Graphviz
format. It does this, not by using Graphviz, but by using the graph-easy
Perl module also available at slackbuilds.org

Example:

dothost www.iana.org | graph-easy --as ascii

       +-------------------------+
       v                         |
     #####################     +------------+
  +> #   www.iana.org    # --> | 192.0.32.8 |
  |  #####################     +------------+
  |    |
  |    |
  |    v
  |  +-------------------+
  +- | 2620:0:2d0:200::8 |
     +-------------------+