Skip to content

dog: update outdated translations #16885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pages.ko/common/dog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> DNS 조회 유틸리티.
> 다채로운 출력을 제공하고, DNS-over-TLS 및 DNS-over-HTTPS 프로토콜을 지원하며, JSON을 내보낼 수 있음.
> 더 많은 정보: <https://dns.lookup.dog>.
> 더 많은 정보: <https://github.com/ogham/dog#examples>.

- 호스트 이름과 연결된 IP를 조회 (A 레코드):

Expand All @@ -18,12 +18,12 @@

- UDP가 아닌 TCP를 통한 쿼리:

`dog {{example.com}} MX @{{1.1.1.1}} --tcp`
`dog {{example.com}} MX @{{1.1.1.1}} {{[-T|--tcp]}}`

- 명시적 인수를 사용하여 TCP를 통해 특정 도메인 이름과 연결된 MX 레코드 유형을 쿼리:

`dog --query {{example.com}} --type MX --nameserver {{1.1.1.1}} --tcp`
`dog {{[-q|--query]}} {{example.com}} {{[-t|--type]}} MX {{[-n|--nameserver]}} {{1.1.1.1}} {{[-T|--tcp]}}`

- DoH(DNS over HTTPS)를 사용하여 호스트 이름(A 레코드)과 연결된 IP를 조회:

`dog {{example.com}} --https @{{https://cloudflare-dns.com/dns-query}}`
`dog {{example.com}} {{[-H|--https]}} @{{https://cloudflare-dns.com/dns-query}}`
8 changes: 4 additions & 4 deletions pages.uk/common/dog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Утиліта пошуку DNS.
> Вона має кольоровий вихід, підтримує протоколи DNS-over-TLS і DNS-over-HTTPS та може видавати JSON.
> Більше інформації: <https://dns.lookup.dog>.
> Більше інформації: <https://github.com/ogham/dog#examples>.

- Шукає IP-адреси пов'язані з іменем хоста (A records):

Expand All @@ -18,12 +18,12 @@

- Запит через TCP, а не UDP:

`dog {{example.com}} MX @{{1.1.1.1}} --tcp`
`dog {{example.com}} MX @{{1.1.1.1}} {{[-T|--tcp]}}`

- Запитує тип записів MX, пов’язаних із заданим доменним ім’ям через TCP, використовуючи явні аргументи:

`dog --query {{example.com}} --type MX --nameserver {{1.1.1.1}} --tcp`
`dog {{[-q|--query]}} {{example.com}} {{[-t|--type]}} MX {{[-n|--nameserver]}} {{1.1.1.1}} {{[-T|--tcp]}}`

- Шукає IP-адреси, пов’язані з іменем хоста (записи A), за допомогою DNS через HTTPS (DoH):

`dog {{example.com}} --https @{{https://cloudflare-dns.com/dns-query}}`
`dog {{example.com}} {{[-H|--https]}} @{{https://cloudflare-dns.com/dns-query}}`