I have the following configuration that makes incoming connections
coming to port 8000 to use the another proxy, in this case proxy8000
http_port 8000 name=port_8000
acl port_8000_acl myportname port_8000
always_direct deny port_8000_acl
never_direct allow port_8000_acl
cache_peer 11.12.12.12 pa
Right now I'm using Squid with IP based authentication. Would it be
possible to also allow the user access if their IP is not allowed, but
they provide username/pass?
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-ca
Thank you. I did get it to work with snippet below
cache_peer myproxy.com parent 3114 0 no-query default
never_direct allow all
can you tell me how I can assign different ports to different outgoing
proxies?
On 04/07/2018 02:30 AM, Amos Jeffries wrote:
On 07/04/18 18:02, xpro wrote
, xpro wrote:
I'm not sure if Squid is the right tool for this. I'm trying to achieve
the following.
I would have access to some exclusive proxies, but I would like for a
limited amount of people to use these proxies without getting the
original proxy IP. I want them to go through my proxy
I'm not sure if Squid is the right tool for this. I'm trying to achieve
the following.
I would have access to some exclusive proxies, but I would like for a
limited amount of people to use these proxies without getting the
original proxy IP. I want them to go through my proxy server and then m