Skip to content

320 - DNS Config

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

maml
{
  zone: "tedious-flat.org"
  ttl: 300 # seconds
  nameservers: [
    "ns1.self-assured-surface.biz"
    "ns2.nifty-carnival.org"
  ]

  soa_email: "admin@multicolored-trench.org"
  refresh: 7200
  retry: 600
  expire: 1209600
}

See Also