add new chinese translations
This commit is contained in:
24
pages.zh/linux/adig.md
Normal file
24
pages.zh/linux/adig.md
Normal 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}}`
|
Reference in New Issue
Block a user