function resolve6
Usage
import { resolve6 } from "node:dns/promises";
Uses the DNS protocol to resolve IPv6 addresses (AAAA records) for the hostname. On success, the Promise is resolved with an array of IPv6
addresses.
options: ResolveWithTtlOptions
Promise<RecordWithTtl[]>
options: ResolveOptions
Promise<string[] | RecordWithTtl[]>