// ============================================================ // NAMED.CONF - BIND9 CONFIGURATION FILE // ============================================================ options { forwarders { 208.67.222.222; 208.67.220.220; }; listen-on { 127.0.0.1; }; listen-on-v6 { ::1; }; }; // ============================================================ zone "emrlab.com" IN { type master; file "zone.emrlab.com"; }; zone "1.16.172.in-addr.arpa" { type master; file "reverse.1.16.172"; }; // ============================================================