Skip to content

617 - DNS Config

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

maml
{
  zone: "probable-toothbrush.net"
  ttl: 600 # seconds
  nameservers: [
    "ns1.frightened-awareness.org"
    "ns2.trivial-disconnection.net"
  ]

  soa_email: "admin@stark-gastropod.name"
  refresh: 7200
  retry: 1800
  expire: 604800
}

See Also