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
1 changed files with 7 additions and 1 deletions

View File

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