linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
# protonvpn connect
> ProtonVPN에 연결.
> 더 많은 정보: <https://github.com/Rafficer/linux-cli-community>.
- ProtonVPN에 대화식으로 연결:
`protonvpn {{c|connect}}`
- 사용 가능한 가장 빠른 서버로 ProtonVPN에 연결:
`protonvpn {{c|connect}} {{-f|--fastest}}`
- 특정 서버와 특정 프로토콜로 ProtonVPN에 연결:
`protonvpn {{c|connect}} {{서버_이름}} -p {{udp|tcp}}`
- 임의의 서버와 특정 프로토콜로 ProtonVPN에 연결:
`protonvpn {{c|connect}} {{-r|--random}} -p {{udp|tcp}}`
- Tor를 지원하는 가장 빠른 서버로 ProtonVPN에 연결:
`protonvpn {{c|connect}} --tor`
- 도움말 표시:
`protonvpn connect --help`