mirror of
https://github.com/KevinMidboe/bind9-config.git
synced 2026-01-09 02:35:36 +00:00
init commit
This commit is contained in:
16
named.conf.log
Normal file
16
named.conf.log
Normal file
@@ -0,0 +1,16 @@
|
||||
logging {
|
||||
channel bind_log {
|
||||
file "/var/log/named/named.log" versions 3 size 5m;
|
||||
severity debug;
|
||||
print-category yes;
|
||||
print-severity yes;
|
||||
print-time yes;
|
||||
};
|
||||
|
||||
category default { bind_log; };
|
||||
category update { bind_log; };
|
||||
category update-security { bind_log; };
|
||||
category security { bind_log; };
|
||||
category queries { bind_log; };
|
||||
category lame-servers { null; };
|
||||
};
|
||||
Reference in New Issue
Block a user