ated
Completely didn't realize they were preventing Squid from passing input into
the script.
Thanks Alex!
Adrian
On Saturday, September 26, 2020, 10:17:53 AM CDT, Alex Rousskov
wrote:
On 9/25/20 4:28 PM, Ajb B wrote:
> So I have a external_acl_type helper script and it's no
I looked this up an it looks like the reason Google does not work with
Kerberos authentication (I think) is that Google makes requests to other
domains:
https://serverfault.com/a/307605(Please look at the second comment of the first
answer.)
The solution would be to create an ACL to allow the
So I have a external_acl_type helper script and it's not reading input from
Squid.
Here it is:
redis-cli HSET 'test' data 'SCRIPT DID RUN' >/dev/null
while read -s line; do
redis-cli HSET 'test' data 'LOOP STARTED ' >/dev/null printf '%s\n' 'OK'
done
And here are my Squid configuration directi
&rf=link
All The Bests,
Eliezer
Eliezer Croitoru
Tech Support
Mobile: +972-5-28704261
Email: ngtech1...@gmail.com
From: Ajb B
Sent: Friday, September 25, 2020 2:25 AM
To: squid-users@lists.squid-cache.org; Eliezer Croitor
Subject: Re: [squid-users] How to select pare
4, 2020 5:38 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] How to select parent proxy based on user password
On 24/09/20 4:14 am, Ajb B wrote:
>
> Hey Anthony,
>
> I see you're point. It makes sense to have multiple usernames if I want
> a user to access
X9gIf:proxy.packetstream.io:32712
mark251:fq4zEWC1B5A194C1_country-UnitedStates_session-dFgoeQMY:proxy.packetstream.io:32712
So there's definitely a reason to do this.
My question is how does PacketStream do this?
On Wednesday, September 23, 2020, 9:44:47 PM CDT, Amos Jeffries
wrote:
On
erent passwords to access different proxies.
Also, I know PacketStream (https://packetstream.io/) does this and I'm pretty
sure they use Squid.
Thanks,Adrian
On Tuesday, September 22, 2020, 3:55:15 PM CDT, Antony Stone
wrote:
On Tuesday 22 September 2020 at 22:35:36, Ajb B wrot
I know you can map a username to a parent proxy (i.e. cache_peer) using and acl
directive, e.g.
```
acl parent_proxy_testuser_1 proxy_auth testuser1
cache_peer parent 0 proxy-only
cache_peer_access parent1 allow parent_proxy_testuser_1
cache_peer_access parent1 deny !parent_proxy_testuser_1
```