Variable ZoneConfig.query_servers

Servers to zone transfer (AXFR) from, required for secondary servers or servers to update record cache from for caching servers

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