##-----------------------------------------------------------------------------
## squid_addons.txt - fli4l configuration parameters                      3.0.1
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     03.02.2006  chb
## Last Update:  $Id: squid_addons.txt,v 0.1 2006/02/03 20:02:15 christian
##
## Copyright (c) 2006 Christian Brggemann <christian.brueggemann@web.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------
#http://www.tecchannel.de/server/linux/401751/index5.html
#http://www.deckle.co.za/squid-users-guide/Main_Page
#------------------------------------------------------------------------------
# General settings:
#------------------------------------------------------------------------------
OPT_SQUID_ADDONS='no'

SQUID_ADDONS_ADMIN_EMAIL='admin@home.lan'

#------------------------------------------------------------------------------
# Authentication:
#------------------------------------------------------------------------------
SQUID_ADDONS_AUTH='yes'

SQUID_ADDONS_AUTH_TRUST_N='0'
SQUID_ADDONS_AUTH_TRUST_1_IP='192.168.0.5'

SQUID_ADDONS_AUTH_USER_N='1'                		# number of users for authentication
SQUID_ADDONS_AUTH_USER_1_USERNAME='fli4l'   		# name of the 1st user
SQUID_ADDONS_AUTH_USER_1_PASSWORD='password'   		# password of the 1st user

#------------------------------------------------------------------------------
# Privoxy usage:
#------------------------------------------------------------------------------
SQUID_ADDONS_USEPRIVOXY='yes'			# If you want to use Squid and
SQUID_ADDONS_PRIVOXY_USED_PORT='8118'		# Privoxy (in the Proxy-Package)
						# than the prefered way is
						# 'Browser->Squid->Privoxy'

#------------------------------------------------------------------------------
# Filter:
#------------------------------------------------------------------------------
SQUID_ADDONS_FILTER_N='2'
SQUID_ADDONS_FILTER_1='domains-exclude'
SQUID_ADDONS_FILTER_2='feltel'			
		# from: 'http://www.feltel.de/ftp/os/linux/squid-proxy/blacklists'
		# and 'http://pgl.yoyo.org/adservers/index.php' (squid dstdom_regex)

# Outdatet:
SQUID_ADDONS_FILTER_3='porn'
SQUID_ADDONS_FILTER_4='ads'
SQUID_ADDONS_FILTER_5='drugs'
SQUID_ADDONS_FILTER_6='gambling'
SQUID_ADDONS_FILTER_7='violence'
SQUID_ADDONS_FILTER_8='warez'
SQUID_ADDONS_FILTER_9='hacking'
SQUID_ADDONS_FILTER_10='aggressive'
SQUID_ADDONS_FILTER_11='audio-video'
SQUID_ADDONS_FILTER_12='proxy'
SQUID_ADDONS_FILTER_13='mail'

#------------------------------------------------------------------------------
# Sarg: the Squid Analyzer
#
# EASYCRON_x_COMMAND='/usr/local/squid-addons/bin/sarg_create_report_daily
# EASYCRON_x_TIME='*/5 * * * *'		# for daily report every 5 minutes
#
# EASYCRON_x_COMMAND='/usr/local/squid-addons/bin/sarg_create_report_monthly
# EASYCRON_x_TIME='0 0 1 * *'		# create monthly report and rotate 
#					# the squid log
#
# the URL for the WebReport is: http://ip-or-name-of-the-fli4l/sargreport
#------------------------------------------------------------------------------
SQUID_ADDONS_SARG='yes'

SQUID_ADDONS_SARG_USER_N='1'		# number of users to authenticate for
					# the Web-View, if zero than everyone
					# who knows the url can see the reports
					
SQUID_ADDONS_SARG_USER_1_USERNAME='admin'	# name of the 1st user
SQUID_ADDONS_SARG_USER_1_PASSWORD='password'   	# password of the 1st user

SQUID_ADDONS_SARG_CUSTOMER_LOGO='no'		# place a image in PNG-format
						# in config/etc/squid/custom.png
SQUID_ADDONS_SARG_CUSTOMER_LOGO_SIZE='151 33'	# the size of the former logo

#SQUID_ADDONS_SARG_CUSTOMER_CSS='no'		# an CSS-File for the output		-- won't work at moment!!
						# configure the template at
						# config/etc/squid/css.tpl and
						# rename it to custom.css

SQUID_ADDONS_SARG_BACKGROUND_COLOR='#FFCC00'  	# color in HEX-Values

# Do NOT change, unless you know what you do!
SQUID_ADDONS_SARG_REPORT_TYPE='topusers topsites denied auth_failures downloads'
SQUID_ADDONS_SARG_TOPUSER_FIELDS='NUM USERID BYTES %BYTES IN-CACHE-OUT USED_TIME %TIME TOTAL'
SQUID_ADDONS_SARG_USER_REPORT_FIELDS='CONNECT BYTES %BYTES IN-CACHE-OUT USED_TIME %TIME TOTAL'
