diggy - v1.1.5
    Preparing search index...

    Enumeration DNSRecordType

    Represents the type of DNS records that can be queried.

    Index

    Enumeration Members

    Enumeration Members

    A: string

    IPv4 address record.

    AAAA: string

    IPv6 address record.

    CAA: string

    Certification Authority Authorization record.

    CNAME: string

    Canonical Name record, used for aliasing one domain to another.

    MX: string

    Mail Exchange record, used for email routing.

    NAPTR: string

    Naming Authority Pointer record, used for service discovery.

    NS: string

    Name Server record, indicating the authoritative DNS servers for a domain.

    PTR: string

    Pointer record, used for reverse DNS lookups.

    SOA: string

    Start of Authority record, providing information about the DNS zone.

    SRV: string

    Service record, used to define the location of services.

    TXT: string

    Text record, used for arbitrary text data, often for verification purposes.