Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultConfig = &Config{
Port: "1080",
}
)
Functions ¶
This section is empty.
Types ¶
type ProxyRotator ¶
func (*ProxyRotator) AddProxy ¶
func (p *ProxyRotator) AddProxy(address string)
func (*ProxyRotator) DeleteProxy ¶
func (p *ProxyRotator) DeleteProxy(address string)
func (*ProxyRotator) GetProxy ¶
func (p *ProxyRotator) GetProxy() (string, error)
func (*ProxyRotator) Start ¶
func (p *ProxyRotator) Start()
Click to show internal directories.
Click to hide internal directories.