Add serial-update-method & logging settings
This commit is contained in:
		@@ -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"; };
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user