acl mylocal { 127.0.0.1/32; } ; controls { }; options { directory "/usr/local/bind/var"; allow-query { mylocal; }; allow-query-cache { mylocal; }; minimal-responses yes; // query-source address * port 53; listen-on { 127.0.0.1; }; }; zone "." IN { type hint; file "root.hints"; }; zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; }; notify no; }; zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; }; notify no; }; logging { category lame-servers { null; }; category default { _default_log; }; channel _default_log { file "/Library/Logs/named.log" versions 1 size 1m; severity info; print-time yes; }; };