tunnel

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL