Documentation ¶
Index ¶
- type ProxySocks5
- func (p *ProxySocks5) Dial(network string, addr string) (conn net.Conn, err error)
- func (p *ProxySocks5) DialContext(ctx context.Context, network string, addr string) (conn net.Conn, err error)
- func (p *ProxySocks5) NewConn(network string, addr string, timeout ...time.Duration) (conn net.Conn, err error)
- type UtilProxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxySocks5 ¶
type ProxySocks5 struct {
// contains filtered or unexported fields
}
func (*ProxySocks5) DialContext ¶
Click to show internal directories.
Click to hide internal directories.