mirror of
				https://codeberg.org/freifunkhamburg/bind.git
				synced 2025-10-30 00:17:57 +01:00 
			
		
		
		
	"allow-query-cache" Option von srv01 hinzugefügt
This commit is contained in:
		
					parent
					
						
							
								4b66998471
							
						
					
				
			
			
				commit
				
					
						9b28194cfd
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -25,4 +25,9 @@ options { | ||||||
| 	include "/etc/bind/named.conf.options.local"; | 	include "/etc/bind/named.conf.options.local"; | ||||||
| #	edns-udp-size 512; | #	edns-udp-size 512; | ||||||
| #	max-udp-size 512; | #	max-udp-size 512; | ||||||
|  | 	allow-query-cache { | ||||||
|  | 		127.0.0.1; ::1; # localhost{,6} | ||||||
|  | 		# private addr space used in Freifunk, DN42 and Hackint | ||||||
|  | 		10.0.0.0/8; fc00::/7; 172.16.0.0/12; fd51:2bb2:fd0d::/64; 2a03:2267::/32; fe80::/10; 2001:0bf7::/32; 2a03:2260::/29; 2001:67c:2d50::/48; | ||||||
|  | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alexander Dietrich
				Alexander Dietrich