ho*, hp*, hr, hs*, html5validator: add Korean translation (#14598)
This commit is contained in:
20
pages.ko/common/hostess.md
Normal file
20
pages.ko/common/hostess.md
Normal 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}}`
|
Reference in New Issue
Block a user