Documentation ¶
Index ¶
- func RemoteDial(Conn net.Conn, network, remoteAddress string) error
- func StartHTTPProxyWithListener(RuntimeContext context.Context, ...) error
- func StartProxyClient(RuntimeContext context.Context, ...) error
- func StartProxyClientWithListener(RuntimeContext context.Context, ...) error
- func StartProxyServer(runtimeCtx context.Context, listener net.Listener, ...) error
- type ClientSession
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartHTTPProxyWithListener ¶
func StartProxyClient ¶
func StartProxyClient(RuntimeContext context.Context, Dialer func(ctx context.Context, network, address string) (net.Conn, error), LocalAddress string) error
StartProxyClient creates a local socks5 service, and forward traffic to proxy server on `Channel`.
Types ¶
Click to show internal directories.
Click to hide internal directories.