Documentation ¶ Index ¶ Variables func NewDialer(chain []*url.URL) (proxy.Dialer, error) Constants ¶ This section is empty. Variables ¶ View Source var ErrSSHAuthMissing = errors.New("no auth method provided (password or key path required)") Functions ¶ func NewDialer ¶ func NewDialer(chain []*url.URL) (proxy.Dialer, error) NewDialer constructs a chain of proxy dialers from a slice of URLs. Supported schemes include socks5:// and ssh://. The chain is built in order, with each proxy connecting through the previous one. Types ¶ This section is empty. Source Files ¶ View all Source files dialer.gosocks5.gossh.go Click to show internal directories. Click to hide internal directories.