function resolve6
Usage
import { resolve6 } from "node:dns";
Uses the DNS protocol to resolve IPv6 addresses (AAAA records) for the hostname. The addresses argument passed to the callback function
will contain an array of IPv6 addresses.
options: ResolveWithTtlOptions
callback: (err: ErrnoException | null, addresses: RecordWithTtl[]) => void
options: ResolveOptions
callback: (err: ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void