tldr/pages.pl/linux/ahost.md
2023-10-22 21:10:06 +02:00

17 lines
420 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ahost
> Narzędzie zapytań DNS do wyświetlania rekordów A lub AAAA powiązanych z nazwą hosta lub adresem IP.
> Więcej informacji: <https://manned.org/ahost>.
- Wyświetl rekord `A` lub `AAAA` powiązany z nazwą hosta lub adresem IP::
`ahost {{example.com}}`
- Wyświetl dodatkowe wyjście debugowe:
`ahost -d {{example.com}}`
- Wyświetl rekord wskazanego typu:
`ahost -t {{a|aaaa|u}} {{example.com}}`