// $Id: caching_zones.inc 1114 2008-08-21 20:57:47Z jhealy $ // // This file contains zones that all nameservers should host: the // caching name server config and localhost. // Caching nameserver zone "." IN { type hint; file "db.cache"; }; // Localhost forward lookup zone "localhost" IN { type master; file "db.localhost"; allow-update { none; }; }; // Localhost reverse lookup zone "0.0.127.in-addr.arpa" IN { type master; file "db.127.0.0"; allow-update { none; }; };