proc resolveAddress*(hostname: string): Future[seq[IpAddress]]
proc resolveSingleAddress*(host: string): Future[IpAddress] {.async.}