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

24
pages.zh/linux/adig.md Normal file
View File

@@ -0,0 +1,24 @@
# adig
> 打印从域名系统DNS服务器接收到的信息。
> 更多信息:<https://manned.org/adig>。
- 显示主机名的 A默认记录
`adig {{example.com}}`
- 显示额外的 [d]ebug 调试输出:
`adig -d {{example.com}}`
- 连接到特定的 DNS [s]erver
`adig -s {{1.2.3.4}} {{example.com}}`
- 使用特定的 TCP 端口连接到 DNS 服务器:
`adig -T {{port}} {{example.com}}`
- 使用特定的 UDP 端口连接到 DNS 服务器:
`adig -U {{port}} {{example.com}}`