1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/linux/ahost.md
Shubham Kshetre fea716c320
ahost: add page (#8554)
* ahost: add page

* Update pages/linux/ahost.md
2022-10-01 11:31:32 +05:30

16 lines
402 B
Markdown

# ahost
> DNS lookup utility to display the A or AAAA record linked with a hostname or IP address.
> More information: <https://manned.org/ahost>.
- 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}}`