From fea716c32084d91eab0293ef1f70f368c2923f0a Mon Sep 17 00:00:00 2001 From: Shubham Kshetre Date: Sat, 1 Oct 2022 11:31:32 +0530 Subject: [PATCH] ahost: add page (#8554) * ahost: add page * Update pages/linux/ahost.md --- pages/linux/ahost.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/ahost.md diff --git a/pages/linux/ahost.md b/pages/linux/ahost.md new file mode 100644 index 0000000000..c8c1329604 --- /dev/null +++ b/pages/linux/ahost.md @@ -0,0 +1,16 @@ +# ahost + +> DNS lookup utility to display the A or AAAA record linked with a hostname or IP address. +> More information: . + +- Print an `A` or `AAAA` record associated with a hostname or IP address: + +`ahost {{example.com}}` + +- Display some extra debugging output: + +`ahost -d {{example.com}}` + +- Display the record with a specified type: + +`ahost -t {{a|aaaa|u}} {{example.com}}`