Documentation ¶
Index ¶
Constants ¶
View Source
const ( Anonymous = iota Elite NotAnonymous )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyCheckError ¶
type ProxyCheckError struct { ResponseErr string // proxy is dead IpCheckErr string // ident.me is dead RangeErr string // proxy is not anonymous ClientErr string // error of parsing proxy address }
func (ProxyCheckError) Error ¶
func (pe ProxyCheckError) Error() string
Click to show internal directories.
Click to hide internal directories.