From 2687b1a670999fd7b49887b232f65dfdf152e7ba Mon Sep 17 00:00:00 2001 From: Beu Date: Thu, 6 Feb 2020 19:14:18 +0100 Subject: [PATCH] add allow-query-cache option --- named.conf.view | 2 ++ 1 file changed, 2 insertions(+) diff --git a/named.conf.view b/named.conf.view index 603693d..883f15a 100644 --- a/named.conf.view +++ b/named.conf.view @@ -11,6 +11,8 @@ view "local" { // Allow recursion recursion yes; allow-recursion { any; }; + allow-query-cache { any; }; + // Define explicit notify for specific slaves notify explicit;