
linuxajuda
By:
dyegoborges on
Jun 14th, 2012 | syntax:
None | size: 0.62 KB | hits: 65 | expires: Never
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { any; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; };
recursion yes;
allow-recursion { any; };
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
forwarders { 8.8.8.8; 8.8.4.4; };
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
};