Skip to content

1545 - DNS Records

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

maml
{
  zone: "definite-instructor.com"
  records: [
    {
      type: "AAAA"
      name: "staging"
      value: "perky-lady.biz"
      ttl: 86400
    }

    {
      type: "MX"
      name: "staging"
      value: "cheerful-rawhide.biz"
      ttl: 3600
    }

    {
      type: "MX"
      name: "www"
      value: "v=spf1 include:_spf.bossy-tomb.org ~all"
      ttl: 3600
    }

    {
      type: "A"
      name: "mail"
      value: "authentic-pocket-watch.org"
      ttl: 300
    }

    {
      type: "A"
      name: "www"
      value: "instructive-spirit.name"
      ttl: 3600
    }
  ]
}

See Also