mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-01 15:13:52 +02:00
doggo: add page (#13260)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
05294eb4a8
commit
e75984abcf
1 changed files with 25 additions and 0 deletions
25
pages/common/doggo.md
Normal file
25
pages/common/doggo.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# doggo
|
||||
|
||||
> DNS client for Humans.
|
||||
> Written in Golang.
|
||||
> More information: <https://doggo.mrkaran.dev>.
|
||||
|
||||
- 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}} --json | jq '{{.responses[0].answers[].address}}'`
|
||||
|
||||
- Perform a reverse DNS lookup:
|
||||
|
||||
`doggo --reverse {{8.8.4.4}} --short`
|
Loading…
Add table
Reference in a new issue