readded yahoo

This commit is contained in:
2026-01-05 17:00:42 +01:00
parent 86944a9c58
commit 3d16475b79
14 changed files with 2717 additions and 49 deletions

View File

@@ -582,6 +582,9 @@ impl ChromeDriverPool {
self.instances.len()
}
}
pub fn get_proxy_pool(&self) -> Option<Arc<DockerVpnProxyPool>> {
self.proxy_pool.clone()
}
}
/// Represents a single instance of chromedriver process, optionally bound to a VPN.