1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 17:15:23 +02:00
tldr/pages/common/doggo.md

26 lines
554 B
Markdown
Raw Normal View History

# doggo
> DNS client for Humans.
> Written in Golang.
> More information: <https://doggo.mrkaran.dev/docs/guide/reference/>.
- Perform a simple DNS lookup:
`doggo {{example.com}}`
- Query MX records using a specific nameserver:
`doggo MX {{codeberg.org}} @{{1.1.1.2}}`
- Use DNS over HTTPS:
`doggo {{example.com}} @{{https://dns.quad9.net/dns-query}}`
- Output in the JSON format:
`doggo {{example.com}} {{[-J|--json]}} | jq '{{.responses[0].answers[].address}}'`
- Perform a reverse DNS lookup:
`doggo {{[-x|--reverse]}} {{8.8.4.4}} --short`