#====================================================== # named.conf for dbfiles_internal directory. # # NOTE: Comments in this file begin with a # symbol. # # NOTE: Remember we're chrooted. Don't break the paths # below by forgetting that. #====================================================== options { directory "/dbfiles_internal"; pid-file "/dbfiles_internal/internal.pid"; named-xfer "/sbin/named-xfer"; # # specify the internal IP address of this box listen-on { 192.168.1.1; }; # # specify the external IP address of this box forwarders { 172.16.10.1; }; # # only allow queries fromthis source. allow-query { 192.168.1/24; }; }; controls{ unix "/dbfiles_internal/ndc_internal" perm 0600 owner 0 group 0; }; zone "somedomain.com" in { type master; file "db.somedomain.com"; }; zone "1.168.192.in-addr.arpa" in { type master; file "db.192.168.1"; }; zone "0.0.127.in-addr.arpa" in { type master; file "db.127.0.0"; }; zone "." in { type hint; file "db.cache"; };