named.conf.default-zones 380 B

1234567891011121314151617181920212223
  1. // be authoritative for the localhost forward and reverse zones, and for
  2. // broadcast zones as per RFC 1912
  3. zone "localhost" {
  4. type master;
  5. file "/etc/bind/db.local";
  6. };
  7. zone "127.in-addr.arpa" {
  8. type master;
  9. file "/etc/bind/db.127";
  10. };
  11. zone "0.in-addr.arpa" {
  12. type master;
  13. file "/etc/bind/db.0";
  14. };
  15. zone "255.in-addr.arpa" {
  16. type master;
  17. file "/etc/bind/db.255";
  18. };