Skip to content

2302 - DNS Config

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

maml
{
  zone: "perky-peony.com"
  ttl: 86400 # seconds
  nameservers: [
    "ns1.critical-wear.name"
    "ns2.muted-metabolite.net"
  ]

  soa_email: "admin@emotional-stool.com"
  refresh: 7200
  retry: 900
  expire: 604800
}

See Also