pub async fn ip_lookup( key: &str, resolver: Option<&dyn Resolver>, strategy: IpLookupStrategy, ) -> Result<(Arc<Vec<IpAddr>>, Instant)>