include "rndc.conf"; options { directory "/etc/namedb"; pid-file "/var/run/named/pid"; dump-file "/var/dump/named_dump.db"; statistics-file "/var/statslave/named.stats"; listen-on { 127.0.0.1; 10.11.0.2; }; listen-on-v6 { ::1; }; // forward only; forwarders { 62.251.0.7; 62.251.0.6; }; query-source address * port 53; }; view "internal" { match-clients { 10.0.0.0/8; 127.0.0.1/32; }; recursion yes; include "internet.conf"; include "thuis.conf"; include "wleiden-slave-int.conf"; // Trap two local domains. // zone "foem.wleiden.net" { type master; file "master/foem.wleiden.net"; }; zone "leiden.webweaving.org" { type master; file "master/leiden.webweaving.org"; }; }; view "wleiden" { match-clients { 172.16.0.0/12; }; recursion yes; include "wleiden-slave-int.conf"; }; view "external" { match-clients { any; }; recursion no; include "internet.conf"; zone "publicap.leiden.webweaving.org" { type master; file "master/publicap.leiden.webweaving.org"; allow-update { key PAP_DHCP_UPDATER; }; }; zone "leiden.webweaving.org" { type master; file "master/leiden-ext.webweaving.org"; }; include "wleiden-slave-bridge.conf"; }; view "world" { match-clients { 0/0; }; recursion yes; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "master/localhost.rev"; }; // RFC 3152 zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA" { type master; file "master/localhost-v6.rev"; }; };