Hai,
I had troubles also with the squid config files, so i created
“squid-conf-split”
Basicly this small piece of code blow.
## code starts here.
#!/bin/sh
DATE_NOW=$(date +%Y-%m-%d)
if [ -d /etc/squid/conf.d ]; then
cp -R /etc/squid/conf.d-${DATE_NOW}
else
m
Greetings,
I am working with Squid 3.4.8 on a Debian 8.2 system. The goal is to record
all web activity, not block any sites at this time utilizing squid. I have
followed several different sets of instructions on setting up Squid to utilize
Active Directory Authentication to record who goes
Em 22/12/15 23:10, fbismc escreveu:
Hi everyone
Below is my skype control in squid.conf
#skype
acl numeric_IPs dstdom_regex
^(([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)|(\[([0-9af]+)?:([0-9af:]+)?:([0-9af]+)?\])):443
acl Skype_UA browser ^skype
acl validUserAgent browser \S+
acl skypenet dstdomain .skype