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

Next revision
Previous revision
ubuntu:networking:dns:configure_dns_cache [2021/01/13 10:23] – created peterubuntu:networking:dns:configure_dns_cache [2021/01/13 11:41] (current) peter
Line 28: Line 28:
 #ReadEtcHosts=yes #ReadEtcHosts=yes
 </file> </file>
 +
 +<WRAP info>
 +**NOTE:**  Options are:
 +
 +**__Cache__**:
 +
 +  * **yes**:  The default.  Resolving a domain name which already got queried earlier will return the previous result as long as it is still valid, and thus does not result in a new network request.
 +  * **no**:  Be aware that turning off caching comes at a performance penalty, which is particularly high when DNSSEC is used.
 +  * **no-negative**:  Only positive answers are cached.
 +
 +
 +**__CacheFromLocalhost__**:
 +
 +    * **no**:  The default.  Caching is turned off by default for host-local DNS servers.  
 +      * If a response comes from host-local IP address (such as 127.0.0.1 or ::1), the result wouldn't be cached in order to avoid potential duplicate local caching.
 +    * **yes**:  Cache host-local DNS as well.
 +</WRAP>
 +
 +----
 +
ubuntu/networking/dns/configure_dns_cache.1610533433.txt.gz · Last modified: 2021/01/13 10:23 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki