consts

package
v0.37.5 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// proxy status
	Idle    string = "idle"
	Working string = "working"
	Closed  string = "closed"
	Online  string = "online"
	Offline string = "offline"

	// proxy type
	TCPProxy    string = "tcp"
	UDPProxy    string = "udp"
	TCPMuxProxy string = "tcpmux"
	HTTPProxy   string = "http"
	HTTPSProxy  string = "https"
	STCPProxy   string = "stcp"
	XTCPProxy   string = "xtcp"
	SUDPProxy   string = "sudp"

	// authentication method
	TokenAuthMethod string = "token"
	OidcAuthMethod  string = "oidc"

	// TCP multiplexer
	HTTPConnectTCPMultiplexer string = "httpconnect"
)

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