more stuff

This commit is contained in:
2019-11-27 14:49:46 +00:00
parent 3ea9819228
commit 6e09734800
7 changed files with 79 additions and 5 deletions

9
bind/named.conf.logging Normal file
View File

@ -0,0 +1,9 @@
logging {
category default { default_logfile; };
channel default_logfile {
file "/opt/app/var/log/named.log";
print-time yes;
print-category yes;
};
};