CustomDnsResponse

data class CustomDnsResponse(val dsRecords: List<DsRecordResponse>, val nameServers: List<String>)

Configuration for an arbitrary DNS provider.

Constructors

Link copied to clipboard
fun CustomDnsResponse(dsRecords: List<DsRecordResponse>, nameServers: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.

Link copied to clipboard

A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.