aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_ng.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/squid_ng.inc')
-rw-r--r--packages/squid_ng.inc4
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");