Skip to content

512 - DNS Config

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

maml
{
  zone: "scientific-toothpick.name"
  ttl: 300 # seconds
  nameservers: [
    "ns1.excitable-eyebrow.net"
    "ns2.livid-monster.info"
  ]

  soa_email: "admin@watery-sonnet.net"
  refresh: 7200
  retry: 1800
  expire: 604800
}

See Also