Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FasthttpHTTPDialer ¶
FasthttpHTTPDialer : Configure dialer for http proxy
func FasthttpSocksDialer ¶
FasthttpSocksDialer : Configure dialer for socks5/socks4 proxy
Types ¶
type CheckerConfig ¶
type CheckerConfig struct { Proxies []Proxy URLtoCheck string Contains string Timeout int Threads int Ptype Proxytype }
CheckerConfig : Config for ProxyChecker
func (CheckerConfig) Check ¶
func (c CheckerConfig) Check(ch chan<- []Proxy, jobs <-chan int)
Check : Check function
type Proxy ¶
Proxy : struct for proxy
func CheckProxies ¶
func CheckProxies(c CheckerConfig) []Proxy
CheckProxies : Check Proxy List to extract only working
func ReqSite ¶
func ReqSite(cc CheckerConfig, Prox Proxy) Proxy
ReqSite : Check what type of proxy work if it work
Click to show internal directories.
Click to hide internal directories.