Documentation ¶ Index ¶ func RemoteDial(Conn net.Conn, network, remoteAddress string) error func StartHTTPProxyWithListener(RuntimeContext context.Context, ...) error func StartProxyServer(runtimeCtx context.Context, listener net.Listener, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RemoteDial ¶ func RemoteDial(Conn net.Conn, network, remoteAddress string) error func StartHTTPProxyWithListener ¶ func StartHTTPProxyWithListener(RuntimeContext context.Context, Dialer func(ctx context.Context, network, address string) (net.Conn, error), listener net.Listener) error func StartProxyServer ¶ func StartProxyServer(runtimeCtx context.Context, listener net.Listener, proxyDialTimeout time.Duration) error Types ¶ This section is empty. Source Files ¶ View all Source files client.go server.go Click to show internal directories. Click to hide internal directories.