You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client sits on the hostNetwork of a host makes an outbound connection with the tunnel server. The tunnel server can now do `net.Dial` on the client and pipe all bytes back and forth.
Clients can also be configured to host multiple `httputil.ReverseProxy` that `net.Dial` requests will be forwarded to. These `httputil.ReverseProxy` instances can be configured to forward HTTP requests as HTTPS via a provided TLS config that grabs certificates from the host.