bind9-config

This commit is contained in:
root
2017-11-19 21:17:32 +01:00
parent 76f553e873
commit 97803cc763
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
// Anlegen des Logfiles
// touch /var/log/bind-queries.log
// chown bind. /var/log/bind-queries.log
logging {
// Alle DNS-Anfragen mitloggen
channel "all_queries" {
file "/var/log/bind-queries.log" versions 3 size 5m;
severity info;
print-time yes;
print-severity yes;
print-category yes;
};
category queries {
all_queries;
};
};