[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

DNS Proxy Cache

When a DNS query is resolved by DNS proxy, the result is stored in the device's DNS cache. This stored cache helps the device to resolve subsequent queries from the same domain and avoid network latency delay.

Note: If the proxy cache is not available, the device sends the query to the configured DNS server, which results in network latency delays.

DNS proxy maintains a cache entry for each resolved DNS query. These entries have a time-to-live (TTL) timer so the device purges each entry from the cache as it reaches its TTL and expires. When you delete a domain name from the DNS proxy configuration, the device deletes all the entries associated with that domain name.

You can also clear the DNS cache manually with the following CLI command:

user@host> clear system services dns-proxy cache

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]