2170. [func] Add acache processing to test suite. [RT #16711]

This commit is contained in:
Mark Andrews
2007-04-26 04:06:50 +00:00
parent c6a98f2a4b
commit 429e23d2f5
22 changed files with 44 additions and 21 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.22 2006/03/10 00:23:21 marka Exp $ */
/* $Id: named.conf,v 1.23 2007/04/26 04:06:49 marka Exp $ */
// NS5
@@ -30,6 +30,7 @@ options {
listen-on { 10.53.0.5; };
listen-on-v6 { none; };
recursion yes;
acache-enable yes;
dnssec-enable yes;
dnssec-validation yes;
};