# 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=""

# Time to wait for Squid to shut down when asked. Should not be necessary
# most of the time.
SQUID_SHUTDOWN_TIMEOUT=100

# Should squid be reloaded when a http_port is listen into an interface 
# that has gone up after it.  Set to no to dont do this.
SQUID_AUTO_RELOAD=yes

# default squid conf file
SQUID_CONF="/etc/squid/squid.conf"