diff options
Diffstat (limited to 'files/sysconfig')
-rw-r--r-- | files/sysconfig/squid | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/sysconfig/squid b/files/sysconfig/squid new file mode 100644 index 0000000..81f26ee --- /dev/null +++ b/files/sysconfig/squid @@ -0,0 +1,8 @@ +# default squid options +# -D disables initial dns checks. If you most likely will not to have an +# internet connection when you start squid, uncomment this +SQUID_OPTS="-D" + +# Time to wait for Squid to shut down when asked. Should not be necessary +# most of the time. +SQUID_SHUTDOWN_TIMEOUT=100 |