Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnectCmd = &cobra.Command{ Use: "connect [flags] <ip>", Short: "Peer a client connection to a VPN server", Args: cobra.ExactArgs(1), ArgAliases: []string{"ip"}, RunE: runConnect, }
View Source
var ListCmd = &cobra.Command{
Use: "list",
Short: "Print out all WireGuard devices",
RunE: runList,
}
View Source
var ServerCmd = &cobra.Command{
Use: "server",
Short: "Start a VPN server, listening for new WireGuard peers",
RunE: runServer,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.