-
Notifications
You must be signed in to change notification settings - Fork 5
/
squidguardmgr.conf.sample
69 lines (49 loc) · 1.92 KB
/
squidguardmgr.conf.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# SquidGuard Manager configuration file
#
# Path to the grep system command
GREP /bin/grep
# Path to the find system command
FIND /usr/bin/find
# Path to the tail system command
TAIL /usr/bin/tail
# Path to the diff system command
DIFF /usr/bin/diff
# Path to the rm system command
RM /bin/rm
# Path to the SquidGuard program. You can set it to off to disable the
# SquidGuard manager interface and get only the SquidClamav manager.
SQUIDGUARD /usr/bin/squidGuard
# Path to the SquidGuard configuration file
CONF_FILE /etc/squid/squidGuard.conf
# Path to the SquidClamav program. You can set it to off to disable the
# SquidClamav manager interface and get only the SquidGuard manager.
# If you use SquidClamav v6.x with the c-icap server, set this directive to
# the value: c-icap
SQUIDCLAMAV off
# Path to the c-icap control socket. Used by SquidClamav Manager to reload
# c-icap server to apply SquidClamav configuration changes. Used only with
# SquidClamav v6.x branch.
C_ICAP_SOCKET
# Path to the SquidClamav configuration file
SC_CONF_FILE /etc/squidclamav.conf
# Used to set the language, default is en_US.
# Current translation are: en_US, fr_FR.
LANG en_US
# Command to reload Squid. You may use the wrapper as squid
# can only be reload as root. This wrapper will run the command
# /usr/local/squid/sbin/squid -k reconfigure
SQUID_WRAPPER /var/www/squidguardmgr/squid_wrapper
# SquidGuardMgr URL base where images are stored
IMG_DIR /squidguardmgr/images
# SquidGuardMgr Style Sheet CSS URL
CSS_FILE /squidguardmgr/squidguardmgr.css
# SquidGuardMgr Javascript URL
JS_FILE /squidguardmgr/squidguardmgr.js
# Comma separated list of DNS Blacklists
#DNSBL your.preferred.blacklist.com,other.preferred.blacklist.com
# Number of last lines displayed from log files
TAIL_LINES 1000
# Keep added/removed items from squidGuard blocklists as diff file
# to be able to recover change after a fresh download of blocklists
KEEP_DIFF 1