check all proxies's health every time

This commit is contained in:
zu1k
2020-08-30 15:02:19 +08:00
parent 0b6eea08d1
commit a87e298002

View File

@@ -19,7 +19,7 @@ func CrawlGo() {
wg.Add(1)
go g.Get2Chan(pc, wg)
}
proxies := cache.GetProxies("proxies")
proxies := cache.GetProxies("allproxies")
go func() {
wg.Wait()
close(pc)