Skip to content

4055 - DNS Records

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

maml
{
  zone: "dim-humor.biz"
  records: [
    {
      type: "CNAME"
      name: "api"
      value: "v=spf1 include:_spf.dental-piglet.info ~all"
      ttl: 86400
    }

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

    {
      type: "TXT"
      name: "*"
      value: "unripe-pick.com"
      ttl: 3600
    }

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

    {
      type: "AAAA"
      name: "cdn"
      value: "v=spf1 include:_spf.insecure-academics.biz ~all"
      ttl: 3600
    }

    {
      type: "A"
      name: "*"
      value: "191.0.29.233"
      ttl: 300
    }
  ]
}

See Also