Skip to content

857 - DNS Records

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

maml
{
  zone: "sneaky-scrap.org"
  records: [
    {
      type: "A"
      name: "cdn"
      value: "insidious-fundraising.com"
      ttl: 3600
    }

    {
      type: "NS"
      name: "cdn"
      value: "v=spf1 include:_spf.whispered-hubris.name ~all"
      ttl: 300
    }

    {
      type: "A"
      name: "*"
      value: "117.105.149.96"
      ttl: 300
    }

    {
      type: "NS"
      name: "www"
      value: "161.157.43.95"
      ttl: 300
    }
  ]
}

See Also