Skip to content

748 - DNS Records

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

maml
{
  zone: "bogus-grouper.com"
  records: [
    {
      type: "A"
      name: "staging"
      value: "joyful-cannon.biz"
      ttl: 3600
    }

    {
      type: "A"
      name: "api"
      value: "174.123.248.155"
      ttl: 3600
    }

    {
      type: "NS"
      name: "cdn"
      value: "shimmering-innovation.net"
      ttl: 3600
    }

    {
      type: "TXT"
      name: "mail"
      value: "110.126.221.36"
      ttl: 3600
    }

    {
      type: "AAAA"
      name: "staging"
      value: "v=spf1 include:_spf.simple-stir-fry.info ~all"
      ttl: 3600
    }

    {
      type: "TXT"
      name: "@"
      value: "204.184.65.251"
      ttl: 3600
    }
  ]
}

See Also