summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2017-08-16 22:54:45 +0200
committerPetr Menšík <pemensik@redhat.com>2017-09-13 17:48:11 +0200
commit0b15f32821893d5b9a819de25e9dcb12eb834225 (patch)
tree687fafcc3890577db7d09f7a8c9c88a0c2d3f2a6 /named.conf
parent5d8eb8cf1dd9cedcefd679a00d2ff66153be04b3 (diff)
downloadbind-0b15f32821893d5b9a819de25e9dcb12eb834225.tar.gz
bind-0b15f32821893d5b9a819de25e9dcb12eb834225.tar.xz
bind-0b15f32821893d5b9a819de25e9dcb12eb834225.zip
Add secroots and recursing path overrides, to write into data directory.
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/named.conf b/named.conf
index 487007a..1dc9d15 100644
--- a/named.conf
+++ b/named.conf
@@ -14,6 +14,8 @@ options {
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
+ secroots-file "/var/named/data/named.secroots";
+ recursing-file "/var/named/data/named.recursing";
allow-query { localhost; };
/*