summaryrefslogtreecommitdiffstats
path: root/named.conf.sample
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.sample
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.sample')
-rw-r--r--named.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/named.conf.sample b/named.conf.sample
index 9bf563f..995b05b 100644
--- a/named.conf.sample
+++ b/named.conf.sample
@@ -15,6 +15,8 @@ options
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
+ secroots-file "data/named.secroots";
+ recursing-file "data/named.recursing";
/*
@@ -90,7 +92,7 @@ logging
channel default_debug {
file "data/named.run";
severity dynamic;
- };
+ };
};
/*
@@ -175,7 +177,7 @@ view "internal"
allow-update { key ddns_key; };
file "dynamic/my.ddns.internal.zone.db";
// put dynamically updateable zones in the slaves/ directory so named can update them
- };
+ };
};
key ddns_key