Skip to content

417 - DNS Config

DNS zone configuration. This is an example of a MAML document.

maml
{
  zone: "burdensome-atrium.biz"
  ttl: 600 # seconds
  nameservers: [
    "ns1.strong-antelope.com"
    "ns2.limping-sprinkles.net"
  ]

  soa_email: "admin@whopping-ignorance.org"
  refresh: 7200
  retry: 900
  expire: 604800
}

See Also