mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 17:37:20 +01:00 
			
		
		
		
	unbound: add dns64-over-tls.conf (broken for now)
This commit is contained in:
		
							parent
							
								
									6308c9af72
								
							
						
					
					
						commit
						41644a9b65
					
				
							
								
								
									
										20
									
								
								etc/unbound/unbound.conf.d/dns64-over-tls.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								etc/unbound/unbound.conf.d/dns64-over-tls.conf
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| # NOTE: Read dns-over-tls.conf! This is only for IPv6-only hosts which | ||||
| # are currently rare. And this is more of a placeholder. | ||||
| 
 | ||||
| server: | ||||
|   # Debian ca-certificates location | ||||
|   tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt | ||||
|   # ctrl.blog says this is the Fedora location | ||||
|   #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem | ||||
| 
 | ||||
| # Forward queries to | ||||
| forward-zone: | ||||
|     name: "." | ||||
|     forward-tls-upstream: yes | ||||
| 
 | ||||
|     # Google DNS64 for 64:ff9b::/96 | ||||
|     # As of 2019-08-25 this doesn't seem to actually be working, but I hope | ||||
|     # Google will fix it by the time I actually have IPv6 only hosts and | ||||
|     # there will be not-Google options. | ||||
|     forward-addr: 2001:4860:4860::6464@853#dns64.dns.google | ||||
|     forward-addr: 2001:4860:4860::64@853#dns64.dns.google | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user