# README
WireGuard
This package implements commands related to WireGuard functionality such as wg-socks
and wg-portfwd
NOTE: Listener code for WireGuard (and all other protocols) is located in the client/command/jobs
package
# Functions
WGConfigCmd - Generate a WireGuard client configuration.
WGPortFwdAddCmd - Add a new WireGuard port forward.
WGPortFwdListCmd - List WireGuard port forwards.
WGPortFwdRmCmd - Remove a WireGuard port forward.
WGSocksListCmd - List WireGuard SOCKS proxies.
WGSocksStartCmd - Start a WireGuard reverse SOCKS proxy.
WGSocksStopCmd - Stop a WireGuard SOCKS proxy.