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

25
pages.zh/common/doggo.md Normal file
View 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`