package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
# QUIC proxy peering QUIC proxy peering uses QUIC connections to the same address and port as the regular proxy peering listener (port 3021, by default) and use the same routing logic as the existing proxy peering.

# Functions

NewClient creats a new peer proxy client.
NewServer creates a new proxy server instance.

# Structs

Client manages connections to known peer proxies and allows to open connections to agents through them.
ClientConfig configures a Client instance.
Server is a proxy service server using grpc and tls.
ServerConfig configures a Server instance.

# Interfaces

AccessPoint is the subset of the auth cache consumed by the [Client].