1 // prime the server with knowledge of the root servers
4 file "/etc/bind/db.root";
7 // be authoritative for the localhost forward and reverse zones, and for
8 // broadcast zones as per RFC 1912
12 file "/etc/bind/db.local";
15 zone "127.in-addr.arpa" {
17 file "/etc/bind/db.127";
20 zone "0.in-addr.arpa" {
22 file "/etc/bind/db.0";
25 zone "255.in-addr.arpa" {
27 file "/etc/bind/db.255";