• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

a true caching server with bind/named

Red Squirrel

No Lifer
I have a caching server that forwards queries to the root servers then keeps the info cached for a bit. Only problem, it caches strictly in memory and only for a small amount of time. So for frequent accessed sites like google, its fine, but anything not accessed within the last hour or so needs to go out and query the root servers again.

So is there a way to make it cache records to disk, and up to a certain quota, like 1GB? So any domain I resolve would basically create a record locally until the TTL expires (or some fixed value). So lets say I go to example.com today and it resolves to 123.123.123.123 then tomorow if I go, it should still have the record locally instead of having to go out and resolve it again. I'm guessing this is how lot of companies handle this.
 
Back
Top