Documentation ¶
Index ¶
- func Dial(Conn net.Conn, Channel string) (net.Conn, error)
- func ExtractRemoteConn(RelayConn net.Conn) (string, error)
- func NewListener(Dialer func() (net.Conn, error), Channel string, config *RelayListenerConfig) (net.Listener, *url.URL, error)
- func UseRelayProtocol(TransportScheme string, Dialer *client.Dialer) client.Protocol
- type Config
- type GetRemoteConnAddr
- type RelayListenerConfig
- type Request
- type Response
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListener ¶
Types ¶
type Config ¶
type RelayListenerConfig ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.