User Tools

Site Tools


ubuntu:networking:dns:configure_dns_cache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:networking:dns:configure_dns_cache [2021/01/13 11:40] peterubuntu:networking:dns:configure_dns_cache [2021/01/13 11:41] (current) peter
Line 47: Line 47:
  
 ---- ----
- 
-===== Using multiple resolvers ===== 
- 
-<file bash /etc/systemd/resolved.conf> 
-[Resolve] 
-# Use Quad9.net DNS, and Cloudflare DNS. 
-# Both supports DNS over TLS and DNSSEC, 
-# and promises not to log DNS queries. 
-DNS=2620:fe::fe 9.9.9.9 \ 
-    2606:4700:4700::1111 1.1.1.1 
-FallbackDNS=2620:fe::9 149.112.112.112 \ 
-            2606:4700:4700::1001 1.0.0.1 
-# Attempt to use DNS over TLS. 
-DNSOverTLS=opportunistic 
-# Enforce DNSSEC validation. 
-DNSSEC=true 
-</file> 
- 
----- 
- 
-===== Restart the systemd-resolved service ===== 
- 
-<code bash> 
-sudo systemctl restart systemd-resolved.service 
-</code> 
- 
  
ubuntu/networking/dns/configure_dns_cache.1610538057.txt.gz · Last modified: 2021/01/13 11:40 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki