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

16 lines
322 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.

# resolveip
> 将主机名解析为其IP地址反之亦然。
> 更多信息:<https://mariadb.com/kb/en/resolveip/>。
- 将主机名解析为IP地址
`resolveip {{example.org}}`
- 将IP地址解析为主机名
`resolveip {{1.1.1.1}}`
- 静默模式。输出更少:
`resolveip --silent {{example.org}}`