mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 03:55:33 +02:00
doggo: update translations (#16681)
This commit is contained in:
parent
0c25e44092
commit
697d541657
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Cliente DNS para Humanos.
|
> Cliente DNS para Humanos.
|
||||||
> Escrito en Golang.
|
> Escrito en Golang.
|
||||||
> Más información: <https://github.com/mr-karan/doggo>.
|
> Más información: <https://doggo.mrkaran.dev/docs/guide/reference/>.
|
||||||
|
|
||||||
- Realiza una simple búsqueda DNS:
|
- Realiza una simple búsqueda DNS:
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
- Salida en formato JSON:
|
- Salida en formato JSON:
|
||||||
|
|
||||||
`doggo {{example.com}} --json | jq '{{.responses[0].answers[].address}}'`
|
`doggo {{example.com}} {{[-J|--json]}} | jq '{{.responses[0].answers[].address}}'`
|
||||||
|
|
||||||
- Realiza una búsqueda DNS inversa:
|
- Realiza una búsqueda DNS inversa:
|
||||||
|
|
||||||
`doggo --reverse {{8.8.4.4}} --short`
|
`doggo {{[-x|--reverse]}} {{8.8.4.4}} --short`
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> 사람을 위한 DNS 클라이언트.
|
> 사람을 위한 DNS 클라이언트.
|
||||||
> Golang으로 작성됨.
|
> Golang으로 작성됨.
|
||||||
> 더 많은 정보: <https://github.com/mr-karan/doggo>.
|
> 더 많은 정보: <https://doggo.mrkaran.dev/docs/guide/reference/>.
|
||||||
|
|
||||||
- 간단한 DNS 조회를 수행:
|
- 간단한 DNS 조회를 수행:
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
- JSON 형식으로 출력:
|
- JSON 형식으로 출력:
|
||||||
|
|
||||||
`doggo {{example.com}} --json | jq '{{.responses[0].answers[].address}}'`
|
`doggo {{example.com}} {{[-J|--json]}} | jq '{{.responses[0].answers[].address}}'`
|
||||||
|
|
||||||
- 역방향 DNS 조회를 수행:
|
- 역방향 DNS 조회를 수행:
|
||||||
|
|
||||||
`doggo --reverse {{8.8.4.4}} --short`
|
`doggo {{[-x|--reverse]}} {{8.8.4.4}} --short`
|
||||||
|
|
Loading…
Add table
Reference in a new issue