Skip to content

1616 - DNS Config

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

maml
{
  zone: "shiny-understanding.org"
  ttl: 600 # seconds
  nameservers: [
    "ns1.reckless-sport.info"
    "ns2.velvety-fraudster.com"
  ]

  soa_email: "admin@bad-pendant.info"
  refresh: 7200
  retry: 900
  expire: 1209600
}

See Also