summaryrefslogtreecommitdiffstats
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
parent5d8eb8cf1dd9cedcefd679a00d2ff66153be04b3 (diff)
downloadbind-0b15f32821893d5b9a819de25e9dcb12eb834225.tar.gz
bind-0b15f32821893d5b9a819de25e9dcb12eb834225.tar.xz
bind-0b15f32821893d5b9a819de25e9dcb12eb834225.zip
Add secroots and recursing path overrides, to write into data directory.
-rw-r--r--bind.spec1
-rw-r--r--named.conf2
-rw-r--r--named.conf.sample6
3 files changed, 7 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 42aac62..b8fa70e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -1152,6 +1152,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Wed Aug 02 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-1
- Update to 9.11.2
+- Add recursing and secroots file into default and sample config
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 32:9.11.1-6.P3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
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; };
/*
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