add new chinese translations
This commit is contained in:
25
pages.zh/common/doggo.md
Normal file
25
pages.zh/common/doggo.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# doggo
|
||||
|
||||
> 针对人类的 DNS 客户端。
|
||||
> 使用 Golang 编写。
|
||||
> 更多信息:<https://github.com/mr-karan/doggo>。
|
||||
|
||||
- 执行简单的 DNS 查询:
|
||||
|
||||
`doggo {{example.com}}`
|
||||
|
||||
- 使用特定的名称服务器查询 MX 记录:
|
||||
|
||||
`doggo MX {{codeberg.org}} @{{1.1.1.2}}`
|
||||
|
||||
- 使用 DNS over HTTPS:
|
||||
|
||||
`doggo {{example.com}} @{{https://dns.quad9.net/dns-query}}`
|
||||
|
||||
- 以 JSON 格式输出:
|
||||
|
||||
`doggo {{example.com}} --json | jq '{{.responses[0].answers[].address}}'`
|
||||
|
||||
- 执行反向 DNS 查询:
|
||||
|
||||
`doggo --reverse {{8.8.4.4}} --short`
|
Reference in New Issue
Block a user