pub fn resolve_servers(
servers: &'static [RoughtimeServer],
) -> Vec<(RoughtimeServer, IpAddr)>Expand description
Resolves servers’ hostnames to IP addresses over DNSCrypt.
This is a blocking call (dnscrypt::resolve performs synchronous I/O); see
resolve_servers_async for an async equivalent.