options { directory "/home/dns"; pid-file "/var/run/named.pid"; listen-on { 127.0.0.1; 172.21.16.99; }; }; /* ************************************************** * * * Wireless Leiden Config * * * ****************************************************/ view "dns_master" { match-clients { 172.18.8.66; 172.17.160.66; }; zone "wLeiden.NET" { type master; file "master/wLeiden.NET.extern"; allow-transfer { any; }; also-notify { 172.18.8.66; 172.17.160.66; }; }; /* Debatable if our reverse lookups should be visible on the internet */ include "rev.conf"; }; view "dns_wleiden" { match-clients { any; }; zone "wleiden.net" { type master; file "master/wLeiden.NET.intern"; allow-transfer { any; }; notify yes; }; include "rev.conf"; include "slaves.conf"; };