# Functions
NewAuth creates new auth from string.
NewHTTPProxy creates a new direct HTTPProxy, everything will be proxied to localURL.
NewMultiHTTPProxy creates a new dispatching HTTPProxy, requests may go to different backends based on localURLMap.
NewMultiTCPProxy creates a new dispatching TCPProxy, connections may go to different backends based on localAddrMap.
NewServer creates a new Server based on configuration.
NewTCPProxy creates new direct TCPProxy, everything will be proxied to localAddr.
# Structs
No description provided by the author
No description provided by the author
HostAuth holds host and authentication info.
HTTPProxy forwards HTTP traffic.
RegistryItem holds information about hosts and listeners associated with a client.
No description provided by the author
Server is responsible for proxying public connections to the client over a tunnel connection.
ServerConfig defines all data needed for running the Server.
TCPProxy forwards TCP streams.
No description provided by the author
# Interfaces
No description provided by the author