Skip to content

3217 - DNS Config

DNS zone configuration. This is an example of a MAML document.

maml
{
  zone: "parched-popularity.name"
  ttl: 86400 # seconds
  nameservers: [
    "ns1.which-range.name"
    "ns2.smooth-cork.net"
  ]

  soa_email: "admin@superior-digestive.com"
  refresh: 3600
  retry: 600
  expire: 604800
}

See Also