add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/host.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`