forwarders, dns-validation

added forwarders, dns-validation set to no
This commit is contained in:
deepend 2018-11-23 23:49:56 -05:00
parent 354cd97f57
commit ea5fceb779

View File

@ -20,6 +20,12 @@ options {
memstatistics-file "/var/named/data/named_mem_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { any; }; allow-query { any; };
forwarders {
142.4.204.111;
142.4.205.47;
};
/* /*
- If you are building an AUTHORITATIVE DNS server, do NOT enable recursion. - If you are building an AUTHORITATIVE DNS server, do NOT enable recursion.
- If you are building a RECURSIVE (caching) DNS server, you need to enable - If you are building a RECURSIVE (caching) DNS server, you need to enable
@ -33,7 +39,7 @@ options {
recursion yes; recursion yes;
dnssec-enable yes; dnssec-enable yes;
dnssec-validation yes; dnssec-validation no;
/* Path to ISC DLV key */ /* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key"; bindkeys-file "/etc/named.iscdlv.key";