Skip to content

3014 - DNS Config

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

maml
{
  zone: "infamous-thongs.net"
  ttl: 600 # seconds
  nameservers: [
    "ns1.yellow-tenant.name"
    "ns2.quick-witted-packaging.biz"
  ]

  soa_email: "admin@subtle-shore.net"
  refresh: 14400
  retry: 900
  expire: 1209600
}

See Also