linux/w*: add Korean translation (#14756)

This commit is contained in:
코드싸이
2024-11-09 23:23:32 +09:00
committed by GitHub
parent a662abf502
commit 4bcf91eb31
31 changed files with 698 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# wg-quick
> 구성 파일을 기반으로 WireGuard 터널을 빠르게 설정합니다.
> 더 많은 정보: <https://www.wireguard.com/quickstart/>.
- VPN 터널 설정:
`wg-quick up {{인터페이스_이름}}`
- VPN 터널 삭제:
`wg-quick down {{인터페이스_이름}}`