Skip to content

3120 - DNS Config

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

maml
{
  zone: "substantial-insolence.name"
  ttl: 600 # seconds
  nameservers: [
    "ns1.afraid-birdbath.org"
    "ns2.posh-thorn.com"
  ]

  soa_email: "admin@watery-stump.com"
  refresh: 3600
  retry: 900
  expire: 604800
}

See Also