Skip to content

556 - DNS Records

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

maml
{
  zone: "nutritious-vol.com"
  records: [
    {
      type: "TXT"
      name: "cdn"
      value: "9.68.195.255"
      ttl: 3600
    }

    {
      type: "A"
      name: "staging"
      value: "speedy-cope.biz"
      ttl: 300
    }

    {
      type: "NS"
      name: "mail"
      value: "8.42.116.194"
      ttl: 86400
    }

    {
      type: "AAAA"
      name: "www"
      value: "v=spf1 include:_spf.supportive-advancement.com ~all"
      ttl: 86400
    }

    {
      type: "AAAA"
      name: "api"
      value: "v=spf1 include:_spf.impish-bidet.info ~all"
      ttl: 3600
    }

    {
      type: "MX"
      name: "www"
      value: "v=spf1 include:_spf.utter-maintainer.info ~all"
      ttl: 3600
    }

    {
      type: "TXT"
      name: "www"
      value: "smooth-pile.com"
      ttl: 300
    }

    {
      type: "CNAME"
      name: "cdn"
      value: "v=spf1 include:_spf.shallow-designation.info ~all"
      ttl: 3600
    }
  ]
}

See Also