Skip to content

2156 - DNS Records

DNS zone record entries. This is an example of a MAML document.

maml
{
  zone: "confused-widow.name"
  records: [
    {
      type: "A"
      name: "www"
      value: "v=spf1 include:_spf.hidden-handle.com ~all"
      ttl: 86400
    }

    {
      type: "AAAA"
      name: "cdn"
      value: "220.188.200.236"
      ttl: 86400
    }

    {
      type: "AAAA"
      name: "www"
      value: "necessary-cosset.info"
      ttl: 300
    }

    {
      type: "AAAA"
      name: "mail"
      value: "v=spf1 include:_spf.insistent-sailor.info ~all"
      ttl: 300
    }

    {
      type: "A"
      name: "@"
      value: "221.176.189.84"
      ttl: 86400
    }

    {
      type: "A"
      name: "*"
      value: "junior-noon.net"
      ttl: 86400
    }

    {
      type: "CNAME"
      name: "cdn"
      value: "v=spf1 include:_spf.unsung-pigpen.com ~all"
      ttl: 86400
    }
  ]
}

See Also