Closed OlliV closed 5 years ago
If a DNS name resolves to a CNAME that points to a non-existing name then resolve() will return an empty array instead of throwing an error. We should handle this by throwing a proper error.
resolve()
If a DNS name resolves to a CNAME that points to a non-existing name then
resolve()
will return an empty array instead of throwing an error. We should handle this by throwing a proper error.