mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1f63ed5e22
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
239 B
239 B
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}}