summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 3e205deb28988371d6f5d617781e1f87e2395432 (plain)
  1. include "/etc/local-JONES.DK/bind/named.conf.acl";
  2. view "internal" {
  3. match-clients { 127.0.0.0/24; 192.168.222.0/24; };
  4. include "/etc/local-JONES.DK/bind/named.conf.fake-222";
  5. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  6. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  7. include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
  8. include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
  9. include "/etc/bind/named.conf.default-zones";
  10. };
  11. view "external" {
  12. match-clients { any; };
  13. recursion no;
  14. include "/etc/bind/zones.rfc1918";
  15. include "/etc/local-JONES.DK/bind/named.conf.pri";
  16. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  17. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  18. include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
  19. include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
  20. include "/etc/bind/named.conf.default-zones";
  21. };