Skip to content

008 - DNS Config

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

maml
{
  zone: "light-prohibition.info"
  ttl: 3600 # seconds
  nameservers: [
    "ns1.colorful-cardboard.org"
    "ns2.massive-gazebo.name"
  ]

  soa_email: "admin@well-groomed-desk.info"
  refresh: 7200
  retry: 900
  expire: 1209600
}

See Also