summaryrefslogtreecommitdiffstats
path: root/network/dothost/README
diff options
context:
space:
mode:
author Donald Cooley2018-01-31 23:59:32 +0100
committer Willy Sudiarto Raharjo2018-01-31 23:59:32 +0100
commit4d9c67fa704f6f657c13e34514334903f962fe8a (patch)
tree3a0087823589325a5abf18aa63fb67ab1ed74121 /network/dothost/README
parenta628906670ce78ca90715ed2b08aa97b14bb85c0 (diff)
downloadslackbuilds-4d9c67fa704f6f657c13e34514334903f962fe8a.tar.gz
network/dothost: Added (DNS lookup utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dothost/README')
-rw-r--r--network/dothost/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/dothost/README b/network/dothost/README
new file mode 100644
index 0000000000..dfce38298e
--- /dev/null
+++ b/network/dothost/README
@@ -0,0 +1,15 @@
+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 boxart
+
+ ┌──────────────────┐
+ ∨ │
+┌────────────┐ ┏━━━━━━━━━━━━━━┓ ┌───────────────────┐
+│ 192.0.32.8 │ ──> ┃ www.iana.org ┃ ──> │ 2620:0:2d0:200::8 │
+└────────────┘ ┗━━━━━━━━━━━━━━┛ └───────────────────┘
+ ∧ │
+ └────────────────────┘