Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2025 Changes in this version + func NewSSHDialer(s string, d proxy.Dialer) (proxy.Dialer, error) + type SSH struct + func NewSSH(s string, d proxy.Dialer, p proxy.Proxy) (*SSH, error) + func (s *SSH) Addr() string + func (s *SSH) Dial(network, addr string) (net.Conn, error) + func (s *SSH) DialUDP(network, addr string) (pc net.PacketConn, err error)