Package version:

Details of the DNS Zones to be configured.

interface DnsZones {
    dnsForwarder?: {};
    dnsZoneName?: string;
}

Properties

dnsForwarder?: {}

Forwarder details of the DNS Zone to be configured.

dnsZoneName?: string

Name of the DNS Zone to be configured.