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