Skip to content

2053 - DNS Records

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

maml
{
  zone: "unfortunate-story.net"
  records: [
    {
      type: "AAAA"
      name: "cdn"
      value: "v=spf1 include:_spf.uncomfortable-armchair.org ~all"
      ttl: 86400
    }

    {
      type: "MX"
      name: "staging"
      value: "prudent-utilization.com"
      ttl: 3600
    }

    {
      type: "A"
      name: "www"
      value: "candid-flu.org"
      ttl: 300
    }

    {
      type: "NS"
      name: "@"
      value: "212.100.194.157"
      ttl: 3600
    }
  ]
}

See Also