mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			720 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			720 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
server:
 | 
						|
	# Increases TTL of all queries to 3600 seconds (1 hour) if upstream has
 | 
						|
	# a lower one.
 | 
						|
	# https://blog.apnic.net/2019/11/12/stop-using-ridiculously-low-dns-ttls/
 | 
						|
	# dares setting the minimum cache on clients to something between 40
 | 
						|
	# minutes and 60, however it predates RFC 8767 which again only hits in
 | 
						|
	# when the authoritative nameserver won't answer in time.
 | 
						|
	# I wouldn't dare anything over an hour and I think my hour will work due
 | 
						|
	# to web browsers using their own DNS over HTTPS for Encrypted
 | 
						|
	# Client-Hello that no one has implemented for system resolver (in April
 | 
						|
	# 2024) that I know of.
 | 
						|
	cache-min-ttl: 3600
 | 
						|
	# Also print statistics then
 | 
						|
	statistics-interval: 3600
 | 
						|
 | 
						|
# vim: filetype=unbound.conf
 |