Skip to content

3403 - DNS Config

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

maml
{
  zone: "uncomfortable-descent.com"
  ttl: 600 # seconds
  nameservers: [
    "ns1.actual-petticoat.name"
    "ns2.mundane-folklore.biz"
  ]

  soa_email: "admin@prime-bathrobe.net"
  refresh: 3600
  retry: 600
  expire: 604800
}

See Also