sampleZoneMasterConfigFile.txt 134 B

1234567
  1. zone "{$domain}" {
  2. type master;
  3. file "{$file}";
  4. notify {$notify};
  5. also-notify { {$slaveips} };
  6. {$clientCustom}
  7. };