Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// Port serves data to clients
Port int
// ControlPort represents the tunnel to the inlets client
ControlPort int
BindAddr string
// Token is used to authenticate a client
Token string
// DisableWrapTransport prevents CORS headers from being striped from responses
DisableWrapTransport bool
// contains filtered or unexported fields
}
Server for the exit-node of inlets
Click to show internal directories.
Click to hide internal directories.