Re: [squid-users] allow certian user ips to access only 2 domains and disallow everything

2020-10-17 Thread simon ben
Dear Amos, Thanks for the quick replywill check and let you know regards simon On Saturday, October 17, 2020, 06:06:13 AM GMT+3, Amos Jeffries wrote: On 16/10/20 10:21 pm, simon ben wrote: > I have squid running perfectly fine on centos 7 64 bit with no issues > I want to allow certain

Re: [squid-users] websockets through Squid

2020-10-17 Thread Alex Rousskov
On 10/16/20 11:58 AM, Vieri wrote: > I pinpointed one particular request that's failing: > > 2020/10/16 16:56:37.250 kid1| 85,2| client_side_request.cc(745) > clientAccessCheckDone: The request GET > https://ed1lncb62601.webex.com/direct?type=websocket&dtype=binary&rand=1602860196950&uuidtag=G7

[squid-users] Request timing headers

2020-10-17 Thread Juraj Masar
Hi guys, First of all, thank you all for the wonderful work you've done on Squid! Is it possible for Squid to return request timing information in response headers? I'm looking for something similar to cURL: namelookup time/connect time/total time/etc. Is there a configuration directive or a

Re: [squid-users] Request timing headers

2020-10-17 Thread Alex Rousskov
On 10/17/20 5:14 PM, Juraj Masar wrote: > Is it possible for Squid to return request timing information in > response headers? Interesting question! In theory, a custom response header can use logformat %codes, including %codes that carry timing information, such as %tr and %dt. You will need to