mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This should stop search domains from being used and potentially leaking
 | 
						|
# queries to search domain DNS server when they fail
 | 
						|
[global-dns]
 | 
						|
#searches=
 | 
						|
# I am doubtful of the above being enough
 | 
						|
searches=.
 | 
						|
 | 
						|
# vim: filetype=NetworkManager.conf
 |