Skip to content

448 - DNS Records

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

maml
{
  zone: "massive-tenement.biz"
  records: [
    {
      type: "MX"
      name: "www"
      value: "v=spf1 include:_spf.ecstatic-pilot.net ~all"
      ttl: 86400
    }

    {
      type: "MX"
      name: "@"
      value: "male-strait.com"
      ttl: 3600
    }

    {
      type: "A"
      name: "cdn"
      value: "v=spf1 include:_spf.reasonable-rule.info ~all"
      ttl: 300
    }

    {
      type: "NS"
      name: "mail"
      value: "familiar-permafrost.org"
      ttl: 3600
    }

    {
      type: "AAAA"
      name: "staging"
      value: "known-soliloquy.com"
      ttl: 300
    }

    {
      type: "MX"
      name: "@"
      value: "supportive-mantua.org"
      ttl: 300
    }
  ]
}

See Also