Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomDns

import type { CustomDns } from "https://googleapis.deno.dev/v1/domains:v1.ts";

Configuration for an arbitrary DNS provider.

interface CustomDns {
dsRecords?: DsRecord[];
nameServers?: string[];
}

§Properties

§
dsRecords?: DsRecord[]
[src]

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.

§
nameServers?: string[]
[src]

Required. 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.