Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
13
sudo_cmd/squid-sync.sh
Executable file
13
sudo_cmd/squid-sync.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# ver.20091116-01
|
||||
|
||||
DBASEDIR="/var/db/squidGuard";
|
||||
AUTH="${DBASEDIR}/liste_locali_autorizzati/domains";
|
||||
BLOC="${DBASEDIR}/liste_locali_bloccati/domains";
|
||||
|
||||
SGUARD="/usr/local/bin/squidGuard -C "
|
||||
|
||||
/usr/local/bin/squidGuard -C ${AUTH}
|
||||
/usr/local/bin/squidGuard -C ${BLOC}
|
||||
/usr/local/sbin/squid -k reconfigure
|
||||
Loading…
Add table
Add a link
Reference in a new issue