Variable ZoneConfig.nameservers

CNAMEs of authoritative nameservers for this zone First entry will be MNAME of the SOA record

struct ZoneConfig
{
  // ...
  immutable(char[][]) nameservers ;
  // ...
}