snippetbashTip
wg-quick — Quickly set up WireGuard tunnels based on config files. More information: <https://manned.org/wg-qui
Viewed 0 times
commandtunnelsquicklywireguardcliwg-quickbasedset
linux
Problem
How to use the
wg-quick command: Quickly set up WireGuard tunnels based on config files. More information: <https://manned.org/wg-quick>.Solution
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}}Code Snippets
Set up a VPN tunnel
wg-quick up {{interface_name}}Delete a VPN tunnel
wg-quick down {{interface_name}}Context
tldr-pages: linux/wg-quick
Revisions (0)
No revisions yet.