Skip to content

1612 - DNS Config

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

maml
{
  zone: "wrong-shore.biz"
  ttl: 3600 # seconds
  nameservers: [
    "ns1.fuzzy-step.net"
    "ns2.crooked-seagull.com"
  ]

  soa_email: "admin@strident-alb.com"
  refresh: 7200
  retry: 900
  expire: 604800
}

See Also