package
1.5.43
Repository: https://github.com/bishopfox/sliver.git
Documentation: pkg.go.dev

# 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.