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

View File

@@ -0,0 +1,20 @@
# hostess
> `/etc/hosts` 파일 관리.
> 더 많은 정보: <https://github.com/cbednarski/hostess>.
- 도메인, 대상 IP 주소 및 켜기/끄기 상태를 나열:
`hostess list`
- 호스트 파일에 컴퓨터를 가리키는 도메인을 추가:
`hostess add {{local.example.com}} {{127.0.0.1}}`
- 호스트 파일에서 도메인을 제거:
`hostess del {{local.example.com}}`
- 도메인 비활성화(제거하지는 않음):
`hostess off {{local.example.com}}`