Merge branch 'master' of deepend/.tilde into master

This commit is contained in:
ubergeek 2018-11-24 16:59:12 -05:00 committed by Gitea
commit 53eb44e143

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";