ahost: add page (#8554)

* ahost: add page

* Update pages/linux/ahost.md
pull/1/head
Shubham Kshetre 2022-10-01 11:31:32 +05:30 committed by GitHub
parent 649b4001b5
commit fea716c320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/ahost.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`