Files
tldr/pages.zh/common/host.md

20 lines
361 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.

# host
> 查找域名服务器。
> 更多信息:<https://manned.org/host>。
- 查找域名的 A、AAAA 和 MX 记录:
`host {{domain}}`
- 查找域名的某个字段CNAME、TXT 等):
`host -t {{field}} {{domain}}`
- 反向查找 IP
`host {{ip_address}}`
- 指定一个备用的 DNS 服务器进行查询:
`host {{domain}} {{8.8.8.8}}`