mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			379 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			379 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| server:
 | |
| 	# Use two threads, I think more than 1 threads will help with Firefox
 | |
| 	# at times telling name resolution failed. Common advice is either one
 | |
| 	# to disable threading or the amount of CPU cores.
 | |
| 	#  However I am unsure if more than one thread is actually needed if web
 | |
| 	#  browser is using encrypted DNS by itself (for ECH).
 | |
| 	num-threads: 2
 | |
| 
 | |
| # vim: filetype=unbound.conf
 |