BIND Configuration Files
In this zone_data_common_files.cfg example, we specify some common BIND configurations (for example, refresh, retry, expire, TTL). This file is #include'd by the zone_data_files.cfg zone data configuration file.
///////////////////////////////////////////////////////////////////////////////
//
// zone_data_common_files.cfg
//
///////////////////////////////////////////////////////////////////////////////
#if dnsmaster
8h ; refresh (8 hours)
30m ; retry (1 hour)
2d ; expire (1 week)
1d ) ; TTL (1 day)
IN NS ns1.secondary.com.
IN NS ns2.secondary.com.
// IN NS bigfoot.everett.org.
IN MX 0 handel.earlymusichicago.org.
#endif
///////////////////////////////////////////////////////////////////////////////
For more examples, see Samples.