/* * A simple BIND 9 configuration */ acl vsn { 10.10.10.0/24; 71.41.67.104/29; }; options { directory "/var/named"; allow-transfer { 10.10.10.107; 10.10.10.108; }; allow-recursion { vsn; }; }; logging { category lame-servers { null; }; // category default { null; }; category general { null; }; category unmatched { null; }; category database { null; }; category config { null; }; category notify { null; }; category xfer-in { null; }; category xfer-out { null; }; }; zone "." in { type hint; file "root.cache"; }; // Important Zones zone "vectorstar.com" in { type master; file "vectorstar.com"; }; zone "vectorstar.net" in { type master; file "vectorstar.net"; }; zone "jrlweb.com" in { type master; file "jrlweb.com"; }; zone "freebasin.com" in { type master; file "freebasin.com"; }; zone "jadaphotography.com" in { type master; file "jadaphotography.com"; }; zone "chiropractorcolucci.com" in { type master; file "chiropractorcolucci.com"; }; zone "10.10.10.in-addr.arpa" in { type master; file "local.rev"; };