http*: add Korean translation (#14608)

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
HoJeong Im
2024-11-04 12:59:57 +09:00
committed by GitHub
parent 241d4314d8
commit a4b755fe73
10 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# httprobe
> 작동하는 HTTP 및 HTTPS 서버에 대한 도메인 밒 프로브 목록을 가져옴.
> 더 많은 정보: <https://github.com/tomnomnom/httprobe>.
- 텍스트 파일에서 도에인 목록을 조사:
`cat {{입력_파일}} | httprobe`
- HTTPS가 작동하지 않는 경우에만 HTTP 확인:
`cat {{입력_파일}} | httprobe --prefer-https`
- 특정 프로토콜을 사용하여 추가 포트를 조사:
`cat {{입력_파일}} | httprobe -p {{https:2222}}`
- 도움말 표시:
`httprobe --help`