mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			316 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			316 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ~/.curlrc
 | |
| 
 | |
| # DNS-over-HTTPS (maybe HTTP/3, I don't know)
 | |
| #
 | |
| # https://dns0.eu - Anycast with servers in the EU. Private ECS.
 | |
| #doh-url = https://dns0.eu/
 | |
| #
 | |
| # https://quad9.net - Anycast, no ECS
 | |
| doh-url = https://dns.quad9.net/dns-query
 | |
| # ECS
 | |
| #doh-url = https://dns.quad9.net/dns-query
 | |
| 
 | |
| # Attempt to use HTTP/3
 | |
| http3
 |