Documentation ¶
Index ¶
Constants ¶
View Source
const Heartbeat = "\xf0\x9f\x91\x8b\xf0\x9f\x90\x92\x00"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Relay ¶
type Relay struct {
// contains filtered or unexported fields
}
Relay relays connections from a local listener to a remote host over TLS.
type TunnelOptions ¶
type TunnelOptions struct { ProxyPorts []string `local:"true" long:"proxy-ports" short:"p" usage:"Ports to use for the proxies. Default start port is 4444"` ProxyControlPort uint `local:"true" long:"proxy-control-port" short:"P" usage:"Port to use for the proxy control" default:"4443"` TunnelServiceImage string `local:"true" long:"tunnel-service-image" usage:"Tunnel service image to use" default:"official/utils/tunnel:latest"` Token string `noattribute:"true"` Metro string `noattribute:"true"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.