interface AutoConfigDomainDns {
    allRecords: boolean;
    mailRecords: boolean;
    nameservers: boolean;
    none: boolean;
    webRecords: boolean;
}

Properties

allRecords: boolean

Whether or not to synchronize all types of records. Takes priority over the other fields.

mailRecords: boolean

Whether or not to synchronize mail records.

nameservers: boolean

Whether or not to synchronize domain nameservers.

none: boolean

No automatic domain configuration. Users must configure their domain for the Web Hosting to work.

webRecords: boolean

Whether or not to synchronize web records.