File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
templates/designatebackendbind9 Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11options {
22 allow-new-zones yes;
33 directory "/var/named-persistent";
4+ dump-file "/var/named-persistent/data/cache_dump.db";
5+ statistics-file "/var/named-persistent/data/named_stats.txt";
6+ memstatistics-file "/var/named-persistent/data/named_mem_stats.txt";
7+ secroots-file "/var/named-persistent/data/named.secroots";
48
59 # The default for named is to listen on everything and it's controlled
610 # by different settings for different IP versions. If the objective is to
@@ -35,4 +39,5 @@ options {
3539 recursion no;
3640 version none;
3741 allow-query-cache { none; };
42+ allow-query { any; };
3843};
Original file line number Diff line number Diff line change 2121 "recurse" : " true" ,
2222 "perm" : " 0775"
2323 },
24+ {
25+ "path" : " /run/named" ,
26+ "owner" : " root:named" ,
27+ "recurse" : " true" ,
28+ "perm" : " 0775"
29+ },
2430 {
2531 "path" : " /var/named-persistent" ,
2632 "owner" : " root:named" ,
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ include "/etc/named/rndc.key";
22include "/etc/named/rndc.conf";
33include "/etc/named/options.conf";
44include "/etc/named.rfc1912.zones";
5+ include "/etc/named.root.key";
56include "/etc/named/logging.conf";
You can’t perform that action at this time.
0 commit comments