Add serial-update-method & logging settings
This commit is contained in:
parent
2687b1a670
commit
4797e1af06
@ -28,4 +28,15 @@ options {
|
||||
// Disable transfer by default
|
||||
allow-transfer { none; };
|
||||
|
||||
};
|
||||
// Set SOA serial to date format (YYYYMMDDNN) for dynamic zones
|
||||
serial-update-method date;
|
||||
|
||||
};
|
||||
logging {
|
||||
channel "queries" {
|
||||
file "/var/log/named/queries.log";
|
||||
print-time yes;
|
||||
print-category yes;
|
||||
};
|
||||
category queries { "queries"; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user