Package version:

Interface AaaaRecord

An AAAA record.

interface AaaaRecord {
    ipv6Address?: string;
}

Properties

Properties

ipv6Address?: string

The IPv6 address of this AAAA record.