I've been banging my head on this one for a while. I am setting up parental
controls on my network using squidguard. I have a raspberry pi running
squid 4.6 and the router has a policy that sends all web traffic from my
children's computers to squid.
Everything works correctly for HTTP connections
On 11/4/19 11:21 AM, Matus UHLAR - fantomas wrote:
the last request:
CONNECT www.google.com:443 HTTP/1.1
Host: www.google.com
On 04.11.19 12:13, Alex Rousskov wrote:
That request does not seem to match the stack trace: The stack trace
points to a non-CONNECT transaction AFAICT.
Oh, yes, may
On 11/4/19 11:21 AM, Matus UHLAR - fantomas wrote:
> the last request:
>
> CONNECT www.google.com:443 HTTP/1.1
> Host: www.google.com
That request does not seem to match the stack trace: The stack trace
points to a non-CONNECT transaction AFAICT. Perhaps you are bumping that
tunnel? Please note
On 02.10.19 16:22, Matus UHLAR - fantomas wrote:
http://bugs.squid-cache.org/show_bug.cgi?id=4977
On 10/2/19 10:50 AM, Matus UHLAR - fantomas wrote:
OK, now I've got 1.7G pcap, 2.8M access.log (22k requests) and cache.log
saying when did the problem appear.
Any idea what to search for?
On
On 5/11/19 1:30 am, Matus UHLAR - fantomas wrote:
> Hello,
>
> 1. is it possible to use comments in ACL files?
>
> http://www.squid-cache.org/Doc/config/acl/
> says:
>
> acl aclname acltype "file" ...
>
> When using "file", the file should contain one item per line.
>
> but anything about
On 5/11/19 1:57 am, FOUTREL Sébastien wrote:
>
> Hello,
> With your comments and help I succesfully did the fwmark/routing
> intercept squid.
>
> From what i read from the other examples, the only method to use if
> squid is not on the router is always using routes. Which means my squid
> MUST al
Hello,
With your comments and help I succesfully did the fwmark/routing intercept
squid.
>From what i read from the other examples, the only method to use if squid is
>not on the router is always using routes. Which means my squid MUST always be
>directly connected to the router.
Am I wrong ?
Hello,
1. is it possible to use comments in ACL files?
http://www.squid-cache.org/Doc/config/acl/
says:
acl aclname acltype "file" ...
When using "file", the file should contain one item per line.
but anything about possible comments, although they seem to be used on the
net according to