ho*, hp*, hr, hs*, html5validator: add Korean translation (#14598)

This commit is contained in:
HoJeong Im
2024-11-03 15:37:38 +09:00
committed by GitHub
parent dfdf2fca64
commit 276cba5a4a
12 changed files with 257 additions and 0 deletions

20
pages.ko/common/host.md Normal file
View File

@@ -0,0 +1,20 @@
# host
> 도메인 네임 서버 조회.
> 더 많은 정보: <https://manned.org/host>.
- 도메인의 A, AAAA 및 MX 레코드 조회:
`host {{도메인}}`
- 도메인의 필드 (CNAME, TXT, ...) 조회:
`host -t {{필드}} {{도메인}}`
- IP 역방향 조회:
`host {{ip_주소}}`
- 쿼리할 대체 DNS 서버를 지정:
`host {{도메인}} {{8.8.8.8}}`