Variable ZoneConfig.allow_transfer

Servers that are allowed to do AXFR queries, applicable for authoritatives

struct ZoneConfig
{
  // ...
  immutable(ZoneConfig.IPAddress[]) allow_transfer ;
  // ...
}