Alex,
> Ok, so what would be the directive to allow what i want to achieve?
What do you want to achieve?
Earlier, you implied that you do not want to see a request in Squid logs. As
Amos have said, Squid cannot "unsee" the transaction: Once the transaction
reaches Squid, Squid will handle it (f
On 2017-12-13 17:12, Amos Jeffries wrote:
> On 14/12/17 05:52, Jorge Bastos wrote:
>
>> Howdy,
>>
>> I'm trying to use always-direct, but maybe I'm doing something wrong.
>> I have:
>>
>> acl local-servers dstdomain www.myweb.eu [1]
>>
Howdy,
I'm trying to use always-direct, but maybe I'm doing something wrong.
I have:
acl local-servers dstdomain http://www.myweb.eu always_direct allow
local-servers
but the website still appears in the logs, and not doing bypass.
What could I be doing wrong?
For what I see in the docs it's cor
Howdy,
I'm trying to use always-direct, but maybe I'm doing something wrong.
I have:
acl local-servers dstdomain www.myweb.eu
always_direct allow local-servers
but the website still appears in the logs, and not doing bypass.
What could I be doing wrong?
For what I see in the docs it's correct.