diff --git a/internal/app/task.go b/internal/app/task.go index 61a92f7..dd801a9 100644 --- a/internal/app/task.go +++ b/internal/app/task.go @@ -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)