Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "connect", Short: "start the wireguard connection", Long: "This command will start the wireguard connection", Run: func(cmd *cobra.Command, _ []string) { if err := startWg(cmd); err != nil { fn.PrintError(err) return } }, }
Functions ¶
func ChekcWireguardConnection ¶
func ChekcWireguardConnection() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.