Skip to content

2017 - DNS Config

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

maml
{
  zone: "dramatic-scorpion.com"
  ttl: 3600 # seconds
  nameservers: [
    "ns1.elementary-crocodile.biz"
    "ns2.digital-petal.org"
  ]

  soa_email: "admin@tough-simple.net"
  refresh: 7200
  retry: 600
  expire: 604800
}

See Also