[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mozilla and dns



Rick Pasotto <rick@niof.net> writes:
>
> Does mozilla do it's own name resolution? Or ip caching?

It does its own DNS caching but on a small scale.  By default, it
caches a maximum of 30 addresses with an expiration time of 300
seconds.  These values can be modified, I believe, by adding
appropriate lines to your "prefs.js":

        user_pref("network.dnsCacheEntries", 30);
        user_pref("network.dnsCacheExpiration", 300);

If you find entries more stale than 5 minutes, something's going
wrong.

-- 
Kevin <buhr@telus.net>



Reply to: