1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 05:55:25 +02:00
tldr/pages/linux/wg-quick.md
Managor 1f63ed5e22
linux*: refresh old pages part 1 (#16251)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-25 04:34:04 +03:00

12 lines
239 B
Markdown

# wg-quick
> Quickly set up WireGuard tunnels based on config files.
> More information: <https://manned.org/wg-quick>.
- Set up a VPN tunnel:
`wg-quick up {{interface_name}}`
- Delete a VPN tunnel:
`wg-quick down {{interface_name}}`