Versions in this module Expand all Collapse all v1 v1.5.34 Feb 5, 2023 Changes in this version + var Portfwds = portfwds + func NewTunnelID() uint64 + type ChannelProxy struct + BindAddr string + Conn *transports.Connection + DialTimeout time.Duration + KeepAlivePeriod time.Duration + RemoteAddr string + func (p *ChannelProxy) HandleConn(src net.Conn) + func (p *ChannelProxy) Host() string + func (p *ChannelProxy) HostPort() (string, uint32) + func (p *ChannelProxy) Port() uint32 + type Portfwd struct + ChannelProxy *ChannelProxy + ID int + TCPProxy *tcpproxy.Proxy + func (p *Portfwd) GetMetadata() *PortfwdMeta + type PortfwdMeta struct + BindAddr string + ID int + RemoteAddr string + SessionID string v1.2.8-test Feb 5, 2023