diggy - v1.1.1
    Preparing search index...

    Type Alias MxRecordData

    Represents the data for a DNS MX (Mail Exchange) record.

    type MxRecordData = {
        exchange: string;
        priority: number;
    }
    Index

    Properties

    Properties

    exchange: string

    The mail server that will handle emails for the domain.

    priority: number

    The priority of the mail server, where lower values indicate higher priority.