Re: [squid-users] Website bypass with always-direct

2017-12-14 Thread Jorge Bastos
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

Re: [squid-users] Website bypass with always-direct

2017-12-13 Thread Jorge Bastos
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] >>

[squid-users] website bypass with always-direct

2017-12-13 Thread Jorge Bastos
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

[squid-users] Website bypass with always-direct

2017-12-13 Thread Jorge Bastos
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.