Skip to content

104 - DNS Config

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

maml
{
  zone: "able-goodwill.com"
  ttl: 300 # seconds
  nameservers: [
    "ns1.young-ownership.com"
    "ns2.oddball-digestive.info"
  ]

  soa_email: "admin@blushing-hamburger.biz"
  refresh: 3600
  retry: 900
  expire: 604800
}

See Also