Files
tldr/pages.zh/linux/ahost.md

16 lines
374 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ahost
> DNS查找工具用于显示与主机名或IP地址相关联的A或AAAA记录。
> 更多信息:<https://manned.org/ahost>。
- 打印与主机名或IP地址相关联的`A``AAAA`记录:
`ahost {{example.com}}`
- 显示一些额外的调试输出:
`ahost -d {{example.com}}`
- 显示指定类型的记录:
`ahost -t {{a|aaaa|u}} {{example.com}}`