Wireguard is a modern, stateless VPN peer-ing protocol.
Command-line tools
$ sudo wg show # show status of wg0
$ sudo wg-quick down wg0 # shut off that interface
$ sudo wg-quick up wg0 # turn on that interfaceWireguard is a modern, stateless VPN peer-ing protocol.
$ sudo wg show # show status of wg0
$ sudo wg-quick down wg0 # shut off that interface
$ sudo wg-quick up wg0 # turn on that interface