1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/wg-quick.md
2024-11-09 23:23:32 +09:00

12 lines
283 B
Markdown

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