Ahost Lookup - Display DNS Records | Online Free DevTools by Hexmos
Display DNS records with Ahost Lookup. Quickly retrieve A and AAAA records for any hostname or IP address on Linux. Free online tool, no registration required.
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
orAAAA
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}}