Add secroots and recursing path overrides, to write into data directory.

This commit is contained in:
Petr Menšík 2017-08-16 22:54:45 +02:00
parent 5d8eb8cf1d
commit 0b15f32821
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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; };
/*

View File

@ -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