Skip to content

1760 - DNS Records

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

maml
{
  zone: "beloved-developing.name"
  records: [
    {
      type: "A"
      name: "*"
      value: "v=spf1 include:_spf.shameful-worth.org ~all"
      ttl: 86400
    }

    {
      type: "AAAA"
      name: "www"
      value: "bare-responsibility.net"
      ttl: 300
    }

    {
      type: "A"
      name: "staging"
      value: "224.171.223.146"
      ttl: 3600
    }

    {
      type: "CNAME"
      name: "api"
      value: "present-pasta.biz"
      ttl: 3600
    }

    {
      type: "TXT"
      name: "api"
      value: "live-license.org"
      ttl: 3600
    }

    {
      type: "A"
      name: "@"
      value: "drab-edge.biz"
      ttl: 300
    }
  ]
}

See Also