mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			319 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			319 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
server:
 | 
						|
	# Prefer IPv4 transport for sending DNS queries to internet nameservers.
 | 
						|
	#  The only case where I can imagine this being useful is when using
 | 
						|
	#  upstream nameserver with ECS privatization that has more accurate IPv4
 | 
						|
	#  than IPv6 client-subnet.
 | 
						|
	prefer-ip4: yes
 | 
						|
	prefer-ip6: no
 | 
						|
 | 
						|
# vim: filetype=unbound.conf
 |