Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TunnelWorkerCmd = &cobra.Command{ Use: "tunnel-worker <targetAddr>", Short: "Tunnel worker subprocess for TCP relay", Args: cobra.ExactArgs(1), Run: func(cmd *cobra.Command, args []string) { targetAddr := args[0] runner.RunTunnelWorker(targetAddr) }, }
TunnelWorkerCmd is the subcommand for running the tunnel worker subprocess. It is invoked by the main alpamon process with demoted user credentials.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.