Skip to content

412 - DNS Config

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

maml
{
  zone: "glossy-optimal.biz"
  ttl: 300 # seconds
  nameservers: [
    "ns1.handsome-valuable.info"
    "ns2.sinful-release.com"
  ]

  soa_email: "admin@submissive-sailor.net"
  refresh: 7200
  retry: 1800
  expire: 604800
}

See Also