summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
blob: 49940fb85a896e22a6dbe6d4cc43b9c58e0b66b9 (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.LETSGO.DK";
  7. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  8. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  9. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  10. include "/etc/bind/named.conf.default-zones";
  11. };
  12. view "external" {
  13. match-clients { any; };
  14. recursion no;
  15. include "/etc/bind/zones.rfc1918";
  16. include "/etc/local-JONES.DK/bind/named.conf.pri";
  17. include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
  18. include "/etc/local-REDPILL.DK/bind/named.conf.LETSGO.DK";
  19. include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
  20. include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
  21. include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
  22. include "/etc/bind/named.conf.default-zones";
  23. };