The performance of `Resolver.resolve4`/`Resolver.resolve6` is [very poor](https://github.com/szmarczak/cacheable-lookup#high-performance) (~15 ops/sec). As I see it, it does the same as `dns.lookup` but you can select custom DNS servers as well as you can also get the TTL. The performance of `dns.lookup` is ~6000 ops/sec. Is it somehow possible to select the servers for `dns.lookup`?