BIND Configuration File
db.pikt.org is a sample BIND configuration file on the DNS master server. db.pikt.org sources from the example zone_data_files.cfg file.
$ORIGIN org.
$TTl 3600
pikt IN SOA pikt.org. root.pikt.org. (
2005061601 ; serial number
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.
IN A 12.100.32.132
$ORIGIN pikt.org.
www IN A 12.100.32.132
For more examples, see Samples.