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

16
pages.zh/linux/ahost.md Normal file
View File

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