Skip to content

420 - DNS Config

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

maml
{
  zone: "first-outrun.name"
  ttl: 3600 # seconds
  nameservers: [
    "ns1.burly-settler.biz"
    "ns2.comfortable-rust.biz"
  ]

  soa_email: "admin@glorious-membership.org"
  refresh: 14400
  retry: 600
  expire: 1209600
}

See Also