Skip to content

603 - DNS Config

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

maml
{
  zone: "unfinished-understanding.biz"
  ttl: 600 # seconds
  nameservers: [
    "ns1.intent-making.net"
    "ns2.confused-circumference.info"
  ]

  soa_email: "admin@noxious-giggle.com"
  refresh: 3600
  retry: 600
  expire: 604800
}

See Also