Skip to content

744 - DNS Records

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

maml
{
  zone: "superb-bowling.org"
  records: [
    {
      type: "NS"
      name: "mail"
      value: "v=spf1 include:_spf.nice-heartache.name ~all"
      ttl: 3600
    }

    {
      type: "CNAME"
      name: "*"
      value: "v=spf1 include:_spf.criminal-seal.biz ~all"
      ttl: 3600
    }

    {
      type: "A"
      name: "cdn"
      value: "136.64.133.233"
      ttl: 3600
    }

    {
      type: "MX"
      name: "staging"
      value: "39.54.13.89"
      ttl: 3600
    }

    {
      type: "AAAA"
      name: "api"
      value: "v=spf1 include:_spf.sweet-scarification.net ~all"
      ttl: 300
    }

    {
      type: "AAAA"
      name: "cdn"
      value: "v=spf1 include:_spf.palatable-onset.com ~all"
      ttl: 300
    }

    {
      type: "TXT"
      name: "api"
      value: "v=spf1 include:_spf.shabby-flint.biz ~all"
      ttl: 86400
    }

    {
      type: "NS"
      name: "api"
      value: "70.97.234.171"
      ttl: 3600
    }
  ]
}

See Also