mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	This PR adds a middleware that talks to dns.google.com over HTTPS, meaning all your DNS traffic is encrypted when traversing your ISP and the internet. The `dns.google.com` address is re-resolved every 30 seconds.
		
			
				
	
	
		
			6 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package httpproxy
 | 
						|
 | 
						|
// TODO(miek):
 | 
						|
// Test cert failures - put those in SERVFAIL messages, but attach error code in TXT
 | 
						|
// Test connecting to a a bad host.
 |