| 
					
				 | 
			
			
				@@ -12,10 +12,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 options { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	listen-on port 53 { any; }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	listen-on-v6 port 53 { ::1; }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	directory 	"/var/lib/bind"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	dump-file 	"/var/lib/bind/data/cache_dump.db"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	statistics-file "/var/lib/bind/data/named_stats.txt"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	memstatistics-file "/var/lib/bind/data/named_mem_stats.txt"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	directory 	"/var/bind"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	dump-file 	"/var/bind/data/cache_dump.db"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	statistics-file "/var/bind/data/named_stats.txt"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	memstatistics-file "/var/bind/data/named_mem_stats.txt"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	allow-query     { any; }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	/*  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -72,10 +72,11 @@ zone "204.168.192.in-addr.arpa" { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         file "infoclinica/204.168.192.in-addr.arpa.zone"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         allow-transfer { any; }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 zone "205.168.192.in-addr.arpa" { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         type master; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         notify yes; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         file "infoclinica/205.168.192.in-addr.arpa.zone"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         allow-transfer { any; }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+*/ 
			 |