Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrLeastOneConnDialerRequired = errors.New("at least one conn dialer is required in chain")
)
Functions ¶
Types ¶
type ChainDialer ¶
type ChainDialer interface {
socksnet.Dialer
socksnet.ConnDialer
ProxyAddress() string
}
ChainDialer represents a proxy hop in the chain.
Click to show internal directories.
Click to hide internal directories.