diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-04 02:56:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-04 02:56:26 +0000 |
commit | ad637bdd5bbc9e245cd20d019f458b898483c212 (patch) | |
tree | 495303b95becc2b03c45fbb6ef914205305a2911 /packages/squid_ng.inc | |
parent | 38340f382f8784613cb223b8fa86e509ce1bfe23 (diff) | |
download | pfsense-packages-ad637bdd5bbc9e245cd20d019f458b898483c212.tar.gz pfsense-packages-ad637bdd5bbc9e245cd20d019f458b898483c212.tar.bz2 pfsense-packages-ad637bdd5bbc9e245cd20d019f458b898483c212.zip |
Increase dns children to 15
Diffstat (limited to 'packages/squid_ng.inc')
-rw-r--r-- | packages/squid_ng.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/squid_ng.inc b/packages/squid_ng.inc index 2f7e9cff..a8998753 100644 --- a/packages/squid_ng.inc +++ b/packages/squid_ng.inc @@ -900,6 +900,10 @@ function write_static_squid_config() { fwrite($fout, "# This file was automatically generated by the pfSense package manager.\n"); fwrite($fout, "# This default policy enables transparent proxy with no local disk logging.\n"); fwrite($fout, "#\n"); + + /* set # of dns children */ + fwrite($fout, "dns_children 15\n"); + fwrite($fout, "shutdown_lifetime 5 seconds\n"); fwrite($fout, "icp_port 0\n"); fwrite($fout, "\n"); |