Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
CONFIG proxy.config.hostdb.size INT 8192
CONFIG proxy.config.hostdb.storage_size INT 4194304

DNS Host Cache Database Timeout

The default config for ATS specifies that after 1 day(1,440 minutes), all DNS records should be flushed
from the cache. I'd prefer that they stick around for about 3 months.

Code Block

CONFIG proxy.config.hostdb.timeout INT 129600

Reverse Proxy Settings

As I'm using ATS as purely a forward-only web proxy cache, I decided to turn these off.
I believe the default settings enable ATS as both a forward and reverse cache.

...