function resolveCnameresolveCname(hostname: string): Promise<string[]>DeprecatedUses the DNS protocol to resolve CNAME records for the hostname. On success, the Promise is resolved with an array of canonical name records available for the hostname (e.g. ['bar.example.com']). Parametershostname: stringReturn TypePromise<string[]>