Skip to content

1353 - DNS Records

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

maml
{
  zone: "pertinent-pants.info"
  records: [
    {
      type: "TXT"
      name: "*"
      value: "219.236.229.204"
      ttl: 86400
    }

    {
      type: "TXT"
      name: "staging"
      value: "41.189.67.244"
      ttl: 3600
    }

    {
      type: "A"
      name: "cdn"
      value: "213.189.60.211"
      ttl: 300
    }

    {
      type: "AAAA"
      name: "staging"
      value: "227.10.173.8"
      ttl: 3600
    }
  ]
}

See Also