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

DnsSettings

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

Defines the DNS configuration of a Registration, including name servers, DNSSEC, and glue records.

interface DnsSettings {
customDns?: CustomDns;
glueRecords?: GlueRecord[];
googleDomainsDns?: GoogleDomainsDns;
}

§Properties

§
customDns?: CustomDns
[src]

An arbitrary DNS provider identified by its name servers.

§
glueRecords?: GlueRecord[]
[src]

The list of glue records for this Registration. Commonly empty.

§
googleDomainsDns?: GoogleDomainsDns
[src]

Deprecated: For more information, see Cloud Domains feature deprecation. The free DNS zone provided by Google Domains.