Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
20
include/cfg-squid.php
Normal file
20
include/cfg-squid.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
$check_pkg_install = true; # or false if you don't want to check
|
||||
|
||||
$grepbin="/usr/bin/grep -Z -i";
|
||||
|
||||
$good_users_file="/home/web/default/petar.company/cfg_apps/squid/good_users.txt";
|
||||
$bad_users_file="/home/web/default/petar.company/cfg_apps/squid/bad_users.txt";
|
||||
$middle_users_file="/home/web/default/petar.company/cfg_apps/squid/middle_users.txt";
|
||||
$middle_url_file="/home/web/default/petar.company/cfg_apps/squid/middle_url.txt";
|
||||
|
||||
$sguard_liste_locali="/var/db/squidGuard/liste_locali";
|
||||
$sguard_auth_file="/var/db/squidGuard/liste_locali_autorizzati/domains";
|
||||
$sguard_bloc_file="/var/db/squidGuard/liste_locali_bloccati/domains";
|
||||
$sync_sguard_prg="/home/web/default/petar.company/sudo_cmd/squid-sync.sh";
|
||||
|
||||
$squid_log_file="access.log";
|
||||
$squid_log_dir="/var/squid/logs";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue